TypeConversionException 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.
Cette exception est levée lorsque la désérialisation d’ExpressionNode rencontre unxpected xml-node
[System.Serializable]
public sealed class TypeConversionException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type TypeConversionException = class
inherit DmfException
Public NotInheritable Class TypeConversionException
Inherits DmfException
- Héritage
- Attributs
Constructeurs
| Nom | Description |
|---|---|
| TypeConversionException() |
Constructeur de base |
| TypeConversionException(String, Exception) |
Constructeur de base |
| TypeConversionException(String, String, Exception) |
Constructor |
| TypeConversionException(String) |
Constructeur de base |
Propriétés
| Nom | Description |
|---|---|
| DmfExceptionType |
Type d’exception |
| HelpLink |
génère un lien vers le site web d’aide (Hérité de DmfException) |
| InputString |
chaîne d’entrée |
| Message |
Message |
| TypeName |
nom du type |
Méthodes
| Nom | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Assistance de sérialisation |
| Init() |
Initialise les propriétés d’instance (Hérité de DmfException) |
| SetHelpContext(String) |
Définit le contexte d’aide (Hérité de DmfException) |