Элементы 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.) |
В начало
.gif)
.gif)
.gif)
.gif)