XmlSchemaException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überträgt alle XmlSchemaException
-Eigenschaften für den angegebenen SerializationInfo
in die StreamingContext
-Klasse.
Überlädt
XmlSchemaException() |
Initialisiert eine neue Instanz der XmlSchemaException-Klasse. |
XmlSchemaException(String) |
Initialisiert eine neue Instanz der XmlSchemaException-Klasse mit der angegebenen Ausnahmemeldung. |
XmlSchemaException(SerializationInfo, StreamingContext) |
Veraltet.
Erstellt ein neues |
XmlSchemaException(String, Exception) |
Initialisiert eine neue Instanz der XmlSchemaException-Klasse mit der angegebenen Ausnahmemeldung und dem ursprünglichen Exception-Objekt, das diese Ausnahme verursacht hat. |
XmlSchemaException(String, Exception, Int32, Int32) |
Initialisiert eine neue Instanz der XmlSchemaException-Klasse mit der angegebenen Ausnahmemeldung und dem ursprünglichen Exception-Objekt, der ursprünglichen Zeilennummer sowie der ursprünglichen Position der Zeile des XML-Dokuments, die die angegebene Ausnahme ausgelöst hat. |
XmlSchemaException()
- Quelle:
- XmlSchemaException.cs
- Quelle:
- XmlSchemaException.cs
- Quelle:
- XmlSchemaException.cs
Initialisiert eine neue Instanz der XmlSchemaException-Klasse.
public:
XmlSchemaException();
public XmlSchemaException ();
Public Sub New ()
Gilt für:
XmlSchemaException(String)
- Quelle:
- XmlSchemaException.cs
- Quelle:
- XmlSchemaException.cs
- Quelle:
- XmlSchemaException.cs
Initialisiert eine neue Instanz der XmlSchemaException-Klasse mit der angegebenen Ausnahmemeldung.
public:
XmlSchemaException(System::String ^ message);
public XmlSchemaException (string? message);
public XmlSchemaException (string message);
new System.Xml.Schema.XmlSchemaException : string -> System.Xml.Schema.XmlSchemaException
Public Sub New (message As String)
Parameter
- message
- String
Eine string
-Beschreibung des Fehlerzustands.
Gilt für:
XmlSchemaException(SerializationInfo, StreamingContext)
- Quelle:
- XmlSchemaException.cs
- Quelle:
- XmlSchemaException.cs
- Quelle:
- XmlSchemaException.cs
Achtung
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Erstellt ein neues XmlSchemaException
-Objekt mit der angegebenen SerializationInfo
und den StreamingContext
-Informationen, die alle Eigenschaften von XmlSchemaException
enthalten.
protected:
XmlSchemaException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected XmlSchemaException (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 XmlSchemaException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Xml.Schema.XmlSchemaException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Schema.XmlSchemaException
[<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.XmlSchemaException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Schema.XmlSchemaException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
SerializationInfo.
- context
- StreamingContext
StreamingContext.
- Attribute
Gilt für:
XmlSchemaException(String, Exception)
- Quelle:
- XmlSchemaException.cs
- Quelle:
- XmlSchemaException.cs
- Quelle:
- XmlSchemaException.cs
Initialisiert eine neue Instanz der XmlSchemaException-Klasse mit der angegebenen Ausnahmemeldung und dem ursprünglichen Exception-Objekt, das diese Ausnahme verursacht hat.
public:
XmlSchemaException(System::String ^ message, Exception ^ innerException);
public XmlSchemaException (string? message, Exception? innerException);
public XmlSchemaException (string message, Exception innerException);
new System.Xml.Schema.XmlSchemaException : string * Exception -> System.Xml.Schema.XmlSchemaException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Eine string
-Beschreibung des Fehlerzustands.
Gilt für:
XmlSchemaException(String, Exception, Int32, Int32)
- Quelle:
- XmlSchemaException.cs
- Quelle:
- XmlSchemaException.cs
- Quelle:
- XmlSchemaException.cs
Initialisiert eine neue Instanz der XmlSchemaException-Klasse mit der angegebenen Ausnahmemeldung und dem ursprünglichen Exception-Objekt, der ursprünglichen Zeilennummer sowie der ursprünglichen Position der Zeile des XML-Dokuments, die die angegebene Ausnahme ausgelöst hat.
public:
XmlSchemaException(System::String ^ message, Exception ^ innerException, int lineNumber, int linePosition);
public XmlSchemaException (string? message, Exception? innerException, int lineNumber, int linePosition);
public XmlSchemaException (string message, Exception innerException, int lineNumber, int linePosition);
new System.Xml.Schema.XmlSchemaException : string * Exception * int * int -> System.Xml.Schema.XmlSchemaException
Public Sub New (message As String, innerException As Exception, lineNumber As Integer, linePosition As Integer)
Parameter
- message
- String
Eine string
-Beschreibung des Fehlerzustands.
- lineNumber
- Int32
Die Zeilennummer der XML, die diese Ausnahme ausgelöst hat.
- linePosition
- Int32
Die Zeilenposition der XML, die diese Ausnahme ausgelöst hat.