Compartir a través de


ConnectionNotSetException Constructor (String)

Initializes an instance of the ConnectionNotSetException class with a message.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
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
)

Parámetros

Comentarios

This constructor initializes the object with the specified message.