Compartir a través de


ExpressionSerializationException Miembros

The ExpressionSerializationException class is an exception that is raised when an the adapter receives the wrong number of arguments.

El tipo ExpressionSerializationException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ExpressionSerializationException() () () ()
Método publico ExpressionSerializationException(String) Initializes a new instance of the ExpressionSerializationException class that has the specified message text.
Método publico ExpressionSerializationException(String, Exception) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified message text and inner exception.
Método publico ExpressionSerializationException(String, String) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified received name and expected name.
Método publico ExpressionSerializationException(String, String, String, String) Initializes a new instance of the ExceptionAlreadyRegisteredException class with the specified received name and type, and expected name and type.

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 (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Método publico GetType (Se hereda de Exception).
Método protegido Init (Se hereda de DmfException).
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido SetHelpContext (Se hereda de DmfException).
Método publico ToString (Se hereda de Exception).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ActionType Gets the action type that is associated with the serialization.
Propiedad pública Data (Se hereda de Exception).
Propiedad pública DmfExceptionType (Invalida DmfException. . :: . .DmfExceptionType.)
Propiedad pública HelpLink (Se hereda de DmfException).
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública Message (Invalida Exception. . :: . .Message.)
Propiedad pública NameExpected Gets the name that is expected with the serialization.
Propiedad pública NameRead Gets the name that is read with the serialization.
Propiedad pública Source (Se hereda de Exception).
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).
Propiedad pública TypeExpected Gets the type that is expected with the serialization.
Propiedad pública TypeRead Gets the type read with the serialization.

Principio