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