Linguaggio

InternalSmoErrorException Costruttori

Definizione

Overload

Nome Descrizione
InternalSmoErrorException()

Costruttore per T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException(String)

Costruttore per T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException(String, Exception)

Costruttore per T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException()

Costruttore per T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

public InternalSmoErrorException();
Public Sub New ()

Si applica a

InternalSmoErrorException(String)

Costruttore per T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

public InternalSmoErrorException(string message);
new Microsoft.SqlServer.Management.Smo.InternalSmoErrorException : string -> Microsoft.SqlServer.Management.Smo.InternalSmoErrorException
Public Sub New (message As String)

Parametri

message
String

Messaggio dell'eccezione come stringa.

Si applica a

InternalSmoErrorException(String, Exception)

Costruttore per T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

public InternalSmoErrorException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.InternalSmoErrorException : string * Exception -> Microsoft.SqlServer.Management.Smo.InternalSmoErrorException
Public Sub New (message As String, innerException As Exception)

Parametri

message
String

Messaggio dell'eccezione come stringa.

innerException
Exception

Istanza T:System.Exception che ha causato l'eccezione corrente.

Si applica a