ConnectionNotSetException Constructor ()
Initializes an instance of the ConnectionNotSetException class with a message.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public Sub New ( _
message As String _
)
'Utilisation
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
)
Parameters
- message
Type: String
A String value with the message for the exception.
Remarks
This constructor initializes the object with the specified message.
See Also
Reference
ConnectionNotSetException Class