PropertyTypeMismatchException 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 |
|---|---|
| PropertyTypeMismatchException() |
Constructeur pour le Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
| PropertyTypeMismatchException(String) |
Constructeur pour le Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
| PropertyTypeMismatchException(String, Exception) |
Constructeur pour le Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
| PropertyTypeMismatchException(String, String, String) |
Constructeur pour le Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
PropertyTypeMismatchException()
Constructeur pour le Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException();
Public Sub New ()
S’applique à
PropertyTypeMismatchException(String)
Constructeur pour le Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException(string message);
new Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException : string -> Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException
Public Sub New (message As String)
Paramètres
- message
- String
Message de l’exception sous forme de chaîne.
S’applique à
PropertyTypeMismatchException(String, Exception)
Constructeur pour le Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException : string * Exception -> Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException
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.
S’applique à
PropertyTypeMismatchException(String, String, String)
Constructeur pour le Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException(string propertyName, string receivedType, string expectedType);
new Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException : string * string * string -> Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException
Public Sub New (propertyName As String, receivedType As String, expectedType As String)
Paramètres
- propertyName
- String
Propriété qui était incompatible.
- receivedType
- String
Type incorrect reçu pour la propriété.
- expectedType
- String
Faute de frappe attendue pour la propriété.