XmlSchemaInferenceException 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.
Initialise une nouvelle instance de la classe XmlSchemaInferenceException.
Surcharges
XmlSchemaInferenceException() |
Initialise une nouvelle instance de la classe XmlSchemaInferenceException. |
XmlSchemaInferenceException(String) |
Initialise une nouvelle instance de la classe XmlSchemaInferenceException avec le message d'erreur spécifié. |
XmlSchemaInferenceException(SerializationInfo, StreamingContext) |
Obsolète.
Initialise une nouvelle instance de la classe XmlSchemaInferenceException avec les objets SerializationInfo et StreamingContext spécifiés qui contiennent toutes les propriétés de XmlSchemaInferenceException. |
XmlSchemaInferenceException(String, Exception) |
Initialise une nouvelle instance de la classe XmlSchemaInferenceException avec le message d'erreur spécifié et le Exception d'origine qui a entraîné le XmlSchemaInferenceException spécifié. |
XmlSchemaInferenceException(String, Exception, Int32, Int32) |
Initialise une nouvelle instance de la classe XmlSchemaInferenceException avec le message d'erreur spécifié, l'Exception d'origine qui a entraîné le XmlSchemaInferenceException spécifiée et le numéro et la position de ligne de l'erreur dans le document XML spécifié. |
XmlSchemaInferenceException()
Initialise une nouvelle instance de la classe XmlSchemaInferenceException.
public:
XmlSchemaInferenceException();
public XmlSchemaInferenceException ();
Public Sub New ()
S’applique à
XmlSchemaInferenceException(String)
Initialise une nouvelle instance de la classe XmlSchemaInferenceException avec le message d'erreur spécifié.
public:
XmlSchemaInferenceException(System::String ^ message);
public XmlSchemaInferenceException (string message);
new System.Xml.Schema.XmlSchemaInferenceException : string -> System.Xml.Schema.XmlSchemaInferenceException
Public Sub New (message As String)
Paramètres
- message
- String
Description de l’erreur.
S’applique à
XmlSchemaInferenceException(SerializationInfo, StreamingContext)
Attention
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialise une nouvelle instance de la classe XmlSchemaInferenceException avec les objets SerializationInfo et StreamingContext spécifiés qui contiennent toutes les propriétés de XmlSchemaInferenceException.
protected:
XmlSchemaInferenceException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected XmlSchemaInferenceException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected XmlSchemaInferenceException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Xml.Schema.XmlSchemaInferenceException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Schema.XmlSchemaInferenceException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Xml.Schema.XmlSchemaInferenceException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Schema.XmlSchemaInferenceException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
Objet SerializationInfo.
- context
- StreamingContext
Objet StreamingContext.
- Attributs
Remarques
Ce constructeur est appelé par les constructeurs de classe dérivés pour initialiser l’état dans ce type.
Voir aussi
S’applique à
XmlSchemaInferenceException(String, Exception)
Initialise une nouvelle instance de la classe XmlSchemaInferenceException avec le message d'erreur spécifié et le Exception d'origine qui a entraîné le XmlSchemaInferenceException spécifié.
public:
XmlSchemaInferenceException(System::String ^ message, Exception ^ innerException);
public XmlSchemaInferenceException (string message, Exception? innerException);
public XmlSchemaInferenceException (string message, Exception innerException);
new System.Xml.Schema.XmlSchemaInferenceException : string * Exception -> System.Xml.Schema.XmlSchemaInferenceException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Description de l’erreur.
- innerException
- Exception
Objet Exception qui contient l'exception d'origine qui a entraîné le XmlSchemaInferenceException.
S’applique à
XmlSchemaInferenceException(String, Exception, Int32, Int32)
Initialise une nouvelle instance de la classe XmlSchemaInferenceException avec le message d'erreur spécifié, l'Exception d'origine qui a entraîné le XmlSchemaInferenceException spécifiée et le numéro et la position de ligne de l'erreur dans le document XML spécifié.
public:
XmlSchemaInferenceException(System::String ^ message, Exception ^ innerException, int lineNumber, int linePosition);
public XmlSchemaInferenceException (string message, Exception? innerException, int lineNumber, int linePosition);
public XmlSchemaInferenceException (string message, Exception innerException, int lineNumber, int linePosition);
new System.Xml.Schema.XmlSchemaInferenceException : string * Exception * int * int -> System.Xml.Schema.XmlSchemaInferenceException
Public Sub New (message As String, innerException As Exception, lineNumber As Integer, linePosition As Integer)
Paramètres
- message
- String
Description de l’erreur.
- innerException
- Exception
Objet Exception qui contient l'exception d'origine qui a entraîné le XmlSchemaInferenceException.
- lineNumber
- Int32
Numéro de ligne dans le document XML qui a entraîné le XmlSchemaInferenceException.
- linePosition
- Int32
Position de ligne dans le document XML qui a entraîné le XmlSchemaInferenceException.