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
)
參數
- message
型別:System. . :: . .String
A String value with the message for the exception.
備註
This constructor initializes the object with the specified message.