MissingObjectException Constructeurs

Définition

Surcharges

Nom Description
MissingObjectException()

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException.

MissingObjectException(String)

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException.

MissingObjectException(String, Exception)

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException.

MissingObjectException()

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.MissingObjectException.

public MissingObjectException();
Public Sub New ()

S’applique à

MissingObjectException(String)

Constructeur pour le 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)

Paramètres

message
String

Message de l’exception.

S’applique à

MissingObjectException(String, Exception)

Constructeur pour le 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)

Paramètres

message
String

Message de l’exception sous forme de chaîne.

innerException
Exception

Instance T :System.Exception qui a provoqué l’exception actuelle.

S’applique à