ExpressionSerializationException Members
Include Protected Members
Include Inherited Members
The ExpressionSerializationException class is an exception that is raised when an the adapter receives the wrong number of arguments.
The ExpressionSerializationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExpressionSerializationException() | ||
ExpressionSerializationException(String) | Initializes a new instance of the ExpressionSerializationException class that has the specified message text. | |
ExpressionSerializationException(String, Exception) | Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified message text and inner exception. | |
ExpressionSerializationException(String, String) | Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified received name and expected name. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetBaseException() | (Inherited from Exception.) | |
GetHashCode() | (Inherited from Object.) | |
GetObjectData(SerializationInfo, StreamingContext) | (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType() | (Inherited from Exception.) | |
Init() | (Inherited from DmfException.) | |
MemberwiseClone() | (Inherited from Object.) | |
SetHelpContext(String) | (Inherited from DmfException.) | |
ToString() | (Inherited from Exception.) |
Top
Properties
Name | Description | |
---|---|---|
ActionType | Gets the action type that is associated with the serialization. | |
Data | (Inherited from Exception.) | |
DmfExceptionType | (Overrides DmfException.DmfExceptionType.) | |
HelpLink | (Inherited from DmfException.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Overrides Exception.Message.) | |
NameExpected | Gets the name that is expected with the serialization. | |
NameRead | Gets the name that is read with the serialization. | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) | |
TypeExpected | Gets the type that is expected with the serialization. | |
TypeRead | Gets the type read with the serialization. |
Top