UnknownPropertyEnumeratorException 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 |
|---|---|
| UnknownPropertyEnumeratorException() |
À FAIRE |
| UnknownPropertyEnumeratorException(String) |
À FAIRE |
| UnknownPropertyEnumeratorException(String, Exception) |
À FAIRE |
UnknownPropertyEnumeratorException()
À FAIRE
public UnknownPropertyEnumeratorException();
Public Sub New ()
S’applique à
UnknownPropertyEnumeratorException(String)
À FAIRE
public UnknownPropertyEnumeratorException(string propertyName);
new Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException
Public Sub New (propertyName As String)
Paramètres
- propertyName
- String
S’applique à
UnknownPropertyEnumeratorException(String, Exception)
À FAIRE
public UnknownPropertyEnumeratorException(string propertyName, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.UnknownPropertyEnumeratorException
Public Sub New (propertyName As String, innerException As Exception)
Paramètres
- propertyName
- String
- innerException
- Exception