IncompatibleSettingTypeException 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.
Levée lors de la récupération des paramètres lorsque la valeur stockée ne peut pas être convertie en type cible.
[System.Serializable]
public class IncompatibleSettingTypeException : Exception
[<System.Serializable>]
type IncompatibleSettingTypeException = class
inherit Exception
Public Class IncompatibleSettingTypeException
Inherits Exception
- Héritage
-
IncompatibleSettingTypeException
- Attributs
Constructeurs
IncompatibleSettingTypeException(SerializationInfo, StreamingContext) |
Levée lors de la récupération des paramètres lorsque la valeur stockée ne peut pas être convertie en type cible. |
IncompatibleSettingTypeException(String, String) |
Levée lors de la récupération des paramètres lorsque la valeur stockée ne peut pas être convertie en type cible. |