PropertyTypeMismatchException Classe
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.
Exception levée si une valeur du type incorrect est affectée à une propriété.
[System.Serializable]
public sealed class PropertyTypeMismatchException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type PropertyTypeMismatchException = class
inherit SmoException
Public NotInheritable Class PropertyTypeMismatchException
Inherits SmoException
- Héritage
- Attributs
Constructeurs
| Nom | Description |
|---|---|
| PropertyTypeMismatchException() |
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(String) |
Constructeur pour le Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
Propriétés
| Nom | Description |
|---|---|
| ExpectedType |
Exception levée si une valeur du type incorrect est affectée à une propriété. |
| HelpLink |
Obtient un lien sous forme de chaîne au site web de prise en charge. (Hérité de SmoException) |
| Message |
Obtient le message de l’exception sous forme de chaîne. |
| PropertyName |
Exception levée si une valeur du type incorrect est affectée à une propriété. |
| ReceivedType |
Exception levée si une valeur du type incorrect est affectée à une propriété. |
| SmoExceptionType |
Obtient le type d’exception de T :Microsoft. Énumération SqlServer.Management.Smo.SmoExceptionType. |
Méthodes
| Nom | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Méthode d’assistance de sérialisation. |
| SetHelpContext(String) |
Exception levée si une valeur du type incorrect est affectée à une propriété. (Hérité de SmoException) |