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 | |
---|---|---|
XmlSerializationException() () () () | Initializes a new instance of XmlSerializationException using the default values. | |
XmlSerializationException(String) | Initializes a new instance of XmlSerializationException using a message string. | |
XmlSerializationException(String, Exception) | Initializes a new instance of XmlSerializationException, using a message string and the inner Exception received. | |
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