WrongPropertyValueException 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 |
|---|---|
| WrongPropertyValueException() |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
| WrongPropertyValueException(Property) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
| WrongPropertyValueException(String) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
| WrongPropertyValueException(String, Exception) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.WrongPropertyValueException. |
WrongPropertyValueException()
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException();
Public Sub New ()
S’applique à
WrongPropertyValueException(Property)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException(Microsoft.SqlServer.Management.Smo.Property propertyObject);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : Microsoft.SqlServer.Management.Smo.Property -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (propertyObject As Property)
Paramètres
- propertyObject
- Property
Propriété dont la valeur est incorrecte telle qu’elle est fournie.
S’applique à
WrongPropertyValueException(String)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException(string message);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (message As String)
Paramètres
- message
- String
Message de l’exception comme strng.
S’applique à
WrongPropertyValueException(String, Exception)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.
public WrongPropertyValueException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string * Exception -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
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.