Langue

UnknownPropertyException Constructeurs

Définition

Surcharges

Nom Description
UnknownPropertyException()

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

UnknownPropertyException(String)

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

UnknownPropertyException(String, Exception)

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

UnknownPropertyException()

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

public UnknownPropertyException();
Public Sub New ()

S’applique à

UnknownPropertyException(String)

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

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

Paramètres

propertyName
String

Nom de propriété inconnu.

S’applique à

UnknownPropertyException(String, Exception)

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

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