Membres FunctionWrongReturnTypeException
The FunctionWrongReturnTypeException class is an exception that is raised when the specified return type is not the same as the type that is returned by the function.
Le type FunctionWrongReturnTypeException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
FunctionWrongReturnTypeException() () () () | ||
FunctionWrongReturnTypeException(String) | Initializes a new instance of the FunctionWrongReturnTypeException class that has the specified message text. | |
FunctionWrongReturnTypeException(String, Exception) | Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified message text and inner exception. | |
FunctionWrongReturnTypeException(String, String, String) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetBaseException | (Hérité de Exception.) | |
GetHashCode | (Hérité de Object.) | |
GetObjectData | (Se substitue à Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Hérité de Exception.) | |
Init | (Hérité de DmfException.) | |
MemberwiseClone | (Hérité de Object.) | |
SetHelpContext | (Hérité de DmfException.) | |
ToString | (Hérité de Exception.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (Hérité de Exception.) | |
DmfExceptionType | (Se substitue à DmfException. . :: . .DmfExceptionType.) | |
ExpectedType | Gets the expected return type. | |
FunctionName | Gets the name of the function that caused the exception. | |
HelpLink | (Hérité de DmfException.) | |
HResult | (Hérité de Exception.) | |
InnerException | (Hérité de Exception.) | |
Message | (Se substitue à Exception. . :: . .Message.) | |
ReceivedType | Gets the type that is returned by the function. | |
Source | (Hérité de Exception.) | |
StackTrace | (Hérité de Exception.) | |
TargetSite | (Hérité de Exception.) |
Haut de la page
Voir aussi