Freigeben über


ExpressionSerializationException-Member

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

Der ExpressionSerializationException-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ExpressionSerializationException() () () ()
Öffentliche Methode ExpressionSerializationException(String) Initializes a new instance of the ExpressionSerializationException class that has the specified message text.
Öffentliche Methode ExpressionSerializationException(String, Exception) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified message text and inner exception.
Öffentliche Methode ExpressionSerializationException(String, String) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified received name and expected name.
Öffentliche Methode 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.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData (Überschreibt Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode Init (Geerbt von DmfException.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetHelpContext (Geerbt von DmfException.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ActionType Gets the action type that is associated with the serialization.
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft DmfExceptionType (Überschreibt DmfException. . :: . .DmfExceptionType.)
Öffentliche Eigenschaft HelpLink (Geerbt von DmfException.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Überschreibt Exception. . :: . .Message.)
Öffentliche Eigenschaft NameExpected Gets the name that is expected with the serialization.
Öffentliche Eigenschaft NameRead Gets the name that is read with the serialization.
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)
Öffentliche Eigenschaft TypeExpected Gets the type that is expected with the serialization.
Öffentliche Eigenschaft TypeRead Gets the type read with the serialization.

Zum Anfang