Membri XmlSerializationException
Represents messages thrown during the XML de-serialization process. This class cannot be inherited.
Il tipo XmlSerializationException espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | (Ereditato da Object). |
![]() |
Finalize | (Ereditato da Object). |
![]() |
GetBaseException | (Ereditato da Exception). |
![]() |
GetHashCode | (Ereditato da Object). |
![]() |
GetObjectData | Infrastruttura. l (Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Ereditato da Exception). |
![]() |
MemberwiseClone | (Ereditato da Object). |
![]() |
ToString | (Ereditato da Exception). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Data | (Ereditato da Exception). |
![]() |
HelpLink | (Ereditato da Exception). |
![]() |
HResult | (Ereditato da Exception). |
![]() |
InnerException | (Ereditato da Exception). |
![]() |
LineNumber | Gets or sets the line number where the exception occurred. |
![]() |
LinePosition | Gets or sets the line position where the exception occurred. |
![]() |
Message | (Ereditato da Exception). |
![]() |
Source | (Ereditato da Exception). |
![]() |
StackTrace | (Ereditato da Exception). |
![]() |
TargetSite | (Ereditato da Exception). |
In alto
Vedere anche