Freigeben über


XmlSerializationException-Konstruktor

Initializes a new instance of XmlSerializationException.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode XmlSerializationException() () () () Initializes a new instance of XmlSerializationException using the default values.
Öffentliche Methode XmlSerializationException(String) Initializes a new instance of XmlSerializationException using a message string.
Öffentliche Methode XmlSerializationException(String, Exception) Initializes a new instance of XmlSerializationException, using a message string and the inner Exception received.
Öffentliche Methode XmlSerializationException(String, Exception, Int32, Int32) Initializes a new instance of XmlSerializationException using a message string, the inner Exception received, a line number, and line position.

Zum Anfang