Membros FunctionWrongArgumentTypeException
The FunctionWrongArgumentTypeException class is an exception that is raised when the function receives an argument that is the incorrect type.
O tipo FunctionWrongArgumentTypeException expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetBaseException | (Herdado de Exception.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetObjectData | (Substitui Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
Init | (Herdado de DmfException.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
SetHelpContext | (Herdado de DmfException.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Data | (Herdado de Exception.) |
![]() |
DmfExceptionType | (Substitui DmfException. . :: . .DmfExceptionType.) |
![]() |
ExpectedType | Gets the type that was expected by the function. |
![]() |
FunctionName | Gets the name of the function that caused the exception. |
![]() |
HelpLink | (Herdado de DmfException.) |
![]() |
HResult | (Herdado de Exception.) |
![]() |
InnerException | (Herdado de Exception.) |
![]() |
Message | (Substitui Exception. . :: . .Message.) |
![]() |
ReceivedType | Gets the type that was received by the function. |
![]() |
Source | (Herdado de Exception.) |
![]() |
StackTrace | (Herdado de Exception.) |
![]() |
TargetSite | (Herdado de Exception.) |
Início
Consulte também