Поделиться через


Элементы FunctionWrongArgumentTypeException

The FunctionWrongArgumentTypeException class is an exception that is raised when the function receives an argument that is the incorrect type.

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

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

  Имя Описание
Открытый метод FunctionWrongArgumentTypeException() () () ()
Открытый метод FunctionWrongArgumentTypeException(String) Initializes a new instance of the FunctionWrongArgumentTypeException class that has the specified message text.
Открытый метод FunctionWrongArgumentTypeException(String, Exception) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified message text and inner exception.
Открытый метод FunctionWrongArgumentTypeException(String, String, String) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified function, and received and expected types.

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство Data (Наследуется из Exception.)
Открытое свойство DmfExceptionType (Перезаписывает DmfException. . :: . .DmfExceptionType.)
Открытое свойство ExpectedType Gets the type that was expected by the function.
Открытое свойство FunctionName Gets the name of the function that caused the exception.
Открытое свойство HelpLink (Наследуется из DmfException.)
Защищенное свойство HResult (Наследуется из Exception.)
Открытое свойство InnerException (Наследуется из Exception.)
Открытое свойство Message (Перезаписывает Exception. . :: . .Message.)
Открытое свойство ReceivedType Gets the type that was received by the function.
Открытое свойство Source (Наследуется из Exception.)
Открытое свойство StackTrace (Наследуется из Exception.)
Открытое свойство TargetSite (Наследуется из Exception.)

В начало