PropertyNotSetException 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 |
|---|---|
| PropertyNotSetException() |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyNotSetException. |
| PropertyNotSetException(String) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyNotSetException. |
| PropertyNotSetException(String, Exception) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyNotSetException. |
PropertyNotSetException()
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyNotSetException.
public PropertyNotSetException();
Public Sub New ()
S’applique à
PropertyNotSetException(String)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyNotSetException.
public PropertyNotSetException(string propertyName);
new Microsoft.SqlServer.Management.Smo.PropertyNotSetException : string -> Microsoft.SqlServer.Management.Smo.PropertyNotSetException
Public Sub New (propertyName As String)
Paramètres
- propertyName
- String
Nom de la propriété qui n’a pas été définie comme chaîne.
S’applique à
PropertyNotSetException(String, Exception)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.PropertyNotSetException.
public PropertyNotSetException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.PropertyNotSetException : string * Exception -> Microsoft.SqlServer.Management.Smo.PropertyNotSetException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message d’exception sous forme de chaîne.
- innerException
- Exception
Instance T :System.Exception qui a provoqué l’exception actuelle.