NamespaceNotUnderstandException 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
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. |
NamespaceNotUnderstandException()
Initialise une nouvelle instance de la classe InvalidMCContentException.
public NamespaceNotUnderstandException ();
Public Sub New ()
S’applique à
NamespaceNotUnderstandException(String)
Initialise une nouvelle instance de la classe InvalidMCContentException avec un message d’erreur spécifié.
public NamespaceNotUnderstandException (string message);
new DocumentFormat.OpenXml.NamespaceNotUnderstandException : string -> DocumentFormat.OpenXml.NamespaceNotUnderstandException
Public Sub New (message As String)
Paramètres
- message
- String
Message qui décrit l’erreur.
S’applique à
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.
public NamespaceNotUnderstandException (string message, Exception innerException);
new DocumentFormat.OpenXml.NamespaceNotUnderstandException : string * Exception -> DocumentFormat.OpenXml.NamespaceNotUnderstandException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message d’erreur qui explique la raison de l’exception.
- innerException
- Exception
Exception à l’origine de l’exception actuelle, ou référence null (Nothing en Visual Basic) si aucune exception interne n’est spécifiée.