Initializes a new instance of the DacModelException class with the specified error message.
命名空間: Microsoft.SqlServer.Dac.Model
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public Sub New ( _
message As String _
)
'用途
Dim message As String
Dim instance As New DacModelException(message)
public DacModelException(
string message
)
public:
DacModelException(
String^ message
)
new :
message:string -> DacModelException
public function DacModelException(
message : String
)
參數
- message
型別:System.String
The message that describes the error.