NonRetrievablePropertyException 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 |
|---|---|
| NonRetrievablePropertyException() |
Constructor |
| NonRetrievablePropertyException(String) |
Constructor |
| NonRetrievablePropertyException(String, Exception) |
Constructeur de base |
NonRetrievablePropertyException()
Constructor
public NonRetrievablePropertyException();
Public Sub New ()
S’applique à
NonRetrievablePropertyException(String)
Constructor
public NonRetrievablePropertyException(string propertyName);
new Microsoft.SqlServer.Management.Dmf.NonRetrievablePropertyException : string -> Microsoft.SqlServer.Management.Dmf.NonRetrievablePropertyException
Public Sub New (propertyName As String)
Paramètres
- propertyName
- String
S’applique à
NonRetrievablePropertyException(String, Exception)
Constructeur de base
public NonRetrievablePropertyException(string propertyName, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.NonRetrievablePropertyException : string * Exception -> Microsoft.SqlServer.Management.Dmf.NonRetrievablePropertyException
Public Sub New (propertyName As String, innerException As Exception)
Paramètres
- propertyName
- String
- innerException
- Exception