Langue

UnsupportedObjectNameException Constructeurs

Définition

Surcharges

Nom Description
UnsupportedObjectNameException()

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

UnsupportedObjectNameException(String)

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

UnsupportedObjectNameException(String, Exception)

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

UnsupportedObjectNameException()

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

public UnsupportedObjectNameException();
Public Sub New ()

S’applique à

UnsupportedObjectNameException(String)

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

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

Paramètres

message
String

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

S’applique à

UnsupportedObjectNameException(String, Exception)

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

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