ConnectionNotSetException 构造函数 (String)

Initializes an instance of the ConnectionNotSetException class with a message.

命名空间:  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 ConnectionNotSetException(message)
public ConnectionNotSetException(
    string message
)
public:
ConnectionNotSetException(
    String^ message
)
new : 
        message:string -> ConnectionNotSetException
public function ConnectionNotSetException(
    message : String
)

参数

注释

This constructor initializes the object with the specified message.