Элементы ExpressionSerializationException

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

Тип ExpressionSerializationException предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetBaseException (Наследуется из Exception.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetObjectData (Перезаписывает Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Открытый метод GetType (Наследуется из Exception.)
Защищенный метод Init (Наследуется из DmfException.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Защищенный метод SetHelpContext (Наследуется из DmfException.)
Открытый метод ToString (Наследуется из Exception.)

В начало

Свойства

  Имя Описание
Открытое свойство ActionType Gets the action type that is associated with the serialization.
Открытое свойство Data (Наследуется из Exception.)
Открытое свойство DmfExceptionType (Перезаписывает DmfException. . :: . .DmfExceptionType.)
Открытое свойство HelpLink (Наследуется из DmfException.)
Защищенное свойство HResult (Наследуется из Exception.)
Открытое свойство InnerException (Наследуется из Exception.)
Открытое свойство Message (Перезаписывает Exception. . :: . .Message.)
Открытое свойство NameExpected Gets the name that is expected with the serialization.
Открытое свойство NameRead Gets the name that is read with the serialization.
Открытое свойство Source (Наследуется из Exception.)
Открытое свойство StackTrace (Наследуется из Exception.)
Открытое свойство TargetSite (Наследуется из Exception.)
Открытое свойство TypeExpected Gets the type that is expected with the serialization.
Открытое свойство TypeRead Gets the type read with the serialization.

В начало