NamespaceNotUnderstandException 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 pour les erreurs de contenu de compatibilité des marques.
public sealed class NamespaceNotUnderstandException : Exception
[System.Serializable]
public sealed class NamespaceNotUnderstandException : Exception
type NamespaceNotUnderstandException = class
inherit Exception
[<System.Serializable>]
type NamespaceNotUnderstandException = class
inherit Exception
Public NotInheritable Class NamespaceNotUnderstandException
Inherits Exception
- Héritage
-
NamespaceNotUnderstandException
- Attributs
Constructeurs
NamespaceNotUnderstandException() |
Initialise une nouvelle instance de la classe InvalidMCContentException. |
NamespaceNotUnderstandException(String) |
Initialise une nouvelle instance de la classe InvalidMCContentException avec un message d’erreur spécifié. |
NamespaceNotUnderstandException(String, Exception) |
Initialise une nouvelle instance de la classe InvalidMCContentException avec un message d’erreur spécifié et une référence à l’exception interne qui est la cause de cette exception. |