FunctionWrongArgumentTypeException Miembros
The FunctionWrongArgumentTypeException class is an exception that is raised when the function receives an argument that is the incorrect type.
El tipo FunctionWrongArgumentTypeException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetBaseException | (Se hereda de Exception). | |
GetHashCode | (Se hereda de Object). | |
GetObjectData | (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Se hereda de Exception). | |
Init | (Se hereda de DmfException). | |
MemberwiseClone | (Se hereda de Object). | |
SetHelpContext | (Se hereda de DmfException). | |
ToString | (Se hereda de Exception). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception). | |
DmfExceptionType | (Invalida DmfException. . :: . .DmfExceptionType.) | |
ExpectedType | Gets the type that was expected by the function. | |
FunctionName | Gets the name of the function that caused the exception. | |
HelpLink | (Se hereda de DmfException). | |
HResult | (Se hereda de Exception). | |
InnerException | (Se hereda de Exception). | |
Message | (Invalida Exception. . :: . .Message.) | |
ReceivedType | Gets the type that was received by the function. | |
Source | (Se hereda de Exception). | |
StackTrace | (Se hereda de Exception). | |
TargetSite | (Se hereda de Exception). |
Principio
Vea también