Langue

PropertyCannotBeRetrievedException Constructeurs

Définition

Surcharges

Nom Description
PropertyCannotBeRetrievedException()

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

PropertyCannotBeRetrievedException(String)

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

PropertyCannotBeRetrievedException(String, Exception)

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

PropertyCannotBeRetrievedException(String, Object)

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

PropertyCannotBeRetrievedException()

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

public PropertyCannotBeRetrievedException();
Public Sub New ()

S’applique à

PropertyCannotBeRetrievedException(String)

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

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

Paramètres

message
String

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

S’applique à

PropertyCannotBeRetrievedException(String, Exception)

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

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

PropertyCannotBeRetrievedException(String, Object)

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

public PropertyCannotBeRetrievedException(string propertyName, object failedObject);
new Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException : string * obj -> Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException
Public Sub New (propertyName As String, failedObject As Object)

Paramètres

propertyName
String

Nom de la propriété non récursable sous forme de chaîne.

failedObject
Object

Objet ayant échoué en tant que T :System.Object.

S’applique à