DacException 构造函数 (String)

Initializes a new instance of the DacException class that has the specified message text.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
用法
Dim message As String

Dim instance As New DacException(message)
public DacException(
    string message
)
public:
DacException(
    String^ message
)
new : 
        message:string -> DacException
public function DacException(
    message : String
)

参数