XmlWriteException Konstruktoren

Definition

Überlädt

Name Beschreibung
XmlWriteException()

Initialisiert eine neue Instanz der XmlWriteException-Klasse.

XmlWriteException(String)

Initialisiert eine neue Instanz der XmlWriteException-Klasse.

XmlWriteException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der XmlWriteException-Klasse.

XmlWriteException(String, Exception)

Initialisiert eine neue Instanz der XmlWriteException-Klasse.

XmlWriteException()

Initialisiert eine neue Instanz der XmlWriteException-Klasse.

public XmlWriteException();
Public Sub New ()

Gilt für:

XmlWriteException(String)

Initialisiert eine neue Instanz der XmlWriteException-Klasse.

public XmlWriteException(string message);
new Microsoft.IdentityModel.Xml.XmlWriteException : string -> Microsoft.IdentityModel.Xml.XmlWriteException
Public Sub New (message As String)

Parameter

message
String

Zusätzliche Informationen, die in die Ausnahme aufgenommen und dem Benutzer angezeigt werden sollen.

Gilt für:

XmlWriteException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der XmlWriteException-Klasse.

protected XmlWriteException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Xml.XmlWriteException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Xml.XmlWriteException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

die SerializationInfo serialisierten Objektdaten enthalten.

context
StreamingContext

Die kontextbezogenen Informationen zur Quelle oder zum Ziel.

Gilt für:

XmlWriteException(String, Exception)

Initialisiert eine neue Instanz der XmlWriteException-Klasse.

public XmlWriteException(string message, Exception innerException);
new Microsoft.IdentityModel.Xml.XmlWriteException : string * Exception -> Microsoft.IdentityModel.Xml.XmlWriteException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Zusätzliche Informationen, die in die Ausnahme aufgenommen und dem Benutzer angezeigt werden sollen.

innerException
Exception

Ein Exception Wert, der die Ursache der Ausnahme darstellt.

Gilt für: