UnknownPropertyException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.