DacModelException 构造函数 (String)

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.

请参阅

参考

DacModelException 类

DacModelException 重载

Microsoft.SqlServer.Dac.Model 命名空间