MissingObjectException Costruttori

Definizione

Overload

Nome Descrizione
MissingObjectException()

Costruttore per il T:Microsoft. SqlServer.Management.Smo.MissingObjectException.

MissingObjectException(String)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.MissingObjectException.

MissingObjectException(String, Exception)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.MissingObjectException.

MissingObjectException()

Costruttore per il T:Microsoft. SqlServer.Management.Smo.MissingObjectException.

public MissingObjectException();
Public Sub New ()

Si applica a

MissingObjectException(String)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.MissingObjectException.

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

Parametri

message
String

Messaggio dell'eccezione.

Si applica a

MissingObjectException(String, Exception)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.MissingObjectException.

public MissingObjectException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.MissingObjectException : string * Exception -> Microsoft.SqlServer.Management.Smo.MissingObjectException
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