Compartir a través de


XmlSerializationException Miembros

Represents messages thrown during the XML de-serialization process. This class cannot be inherited.

El tipo XmlSerializationException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico XmlSerializationException() () () () Initializes a new instance of XmlSerializationException using the default values.
Método publico XmlSerializationException(String) Initializes a new instance of XmlSerializationException using a message string.
Método publico XmlSerializationException(String, Exception) Initializes a new instance of XmlSerializationException, using a message string and the inner Exception received.
Método publico 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.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBaseException (Se hereda de Exception).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData Infraestructura. l (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Método publico GetType (Se hereda de Exception).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Exception).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception).
Propiedad pública HelpLink (Se hereda de Exception).
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública LineNumber Gets or sets the line number where the exception occurred.
Propiedad pública LinePosition Gets or sets the line position where the exception occurred.
Propiedad pública Message (Se hereda de Exception).
Propiedad pública Source (Se hereda de Exception).
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).

Principio