Język

XmlWriteException Konstruktory

Definicja

Przeciążenia

Nazwa Opis
XmlWriteException()

Inicjuje nowe wystąpienie klasy XmlWriteException.

XmlWriteException(String)

Inicjuje nowe wystąpienie klasy XmlWriteException.

XmlWriteException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy XmlWriteException.

XmlWriteException(String, Exception)

Inicjuje nowe wystąpienie klasy XmlWriteException.

XmlWriteException()

Inicjuje nowe wystąpienie klasy XmlWriteException.

public XmlWriteException();
Public Sub New ()

Dotyczy

XmlWriteException(String)

Inicjuje nowe wystąpienie klasy XmlWriteException.

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

Parametry

message
String

Dodatkowe informacje, które mają zostać uwzględnione w wyjątku i wyświetlone użytkownikowi.

Dotyczy

XmlWriteException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy XmlWriteException.

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)

Parametry

info
SerializationInfo

, SerializationInfo który przechowuje serializowane dane obiektu.

context
StreamingContext

Kontekstowe informacje o źródle lub miejscu docelowym.

Dotyczy

XmlWriteException(String, Exception)

Inicjuje nowe wystąpienie klasy XmlWriteException.

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)

Parametry

message
String

Dodatkowe informacje, które mają zostać uwzględnione w wyjątku i wyświetlone użytkownikowi.

innerException
Exception

Element Exception reprezentujący główną przyczynę wyjątku.

Dotyczy