Partager via


Membres ExpressionSerializationException

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

Le type ExpressionSerializationException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ExpressionSerializationException() () () ()
Méthode publique ExpressionSerializationException(String) Initializes a new instance of the ExpressionSerializationException class that has the specified message text.
Méthode publique ExpressionSerializationException(String, Exception) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified message text and inner exception.
Méthode publique ExpressionSerializationException(String, String) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified received name and expected name.
Méthode publique 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.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetBaseException (Hérité de Exception.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetObjectData (Se substitue à Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Méthode publique GetType (Hérité de Exception.)
Méthode protégée Init (Hérité de DmfException.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée SetHelpContext (Hérité de DmfException.)
Méthode publique ToString (Hérité de Exception.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ActionType Gets the action type that is associated with the serialization.
Propriété publique Data (Hérité de Exception.)
Propriété publique DmfExceptionType (Se substitue à DmfException. . :: . .DmfExceptionType.)
Propriété publique HelpLink (Hérité de DmfException.)
Propriété protégée HResult (Hérité de Exception.)
Propriété publique InnerException (Hérité de Exception.)
Propriété publique Message (Se substitue à Exception. . :: . .Message.)
Propriété publique NameExpected Gets the name that is expected with the serialization.
Propriété publique NameRead Gets the name that is read with the serialization.
Propriété publique Source (Hérité de Exception.)
Propriété publique StackTrace (Hérité de Exception.)
Propriété publique TargetSite (Hérité de Exception.)
Propriété publique TypeExpected Gets the type that is expected with the serialization.
Propriété publique TypeRead Gets the type read with the serialization.

Haut de la page