Membri 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.
Il tipo FunctionWrongReturnTypeException espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
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) |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | (Ereditato da Object). |
![]() |
Finalize | (Ereditato da Object). |
![]() |
GetBaseException | (Ereditato da Exception). |
![]() |
GetHashCode | (Ereditato da Object). |
![]() |
GetObjectData | (Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Ereditato da Exception). |
![]() |
Init | (Ereditato da DmfException). |
![]() |
MemberwiseClone | (Ereditato da Object). |
![]() |
SetHelpContext | (Ereditato da DmfException). |
![]() |
ToString | (Ereditato da Exception). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Data | (Ereditato da Exception). |
![]() |
DmfExceptionType | (Esegue l'override di DmfException. . :: . .DmfExceptionType.) |
![]() |
ExpectedType | Gets the expected return type. |
![]() |
FunctionName | Gets the name of the function that caused the exception. |
![]() |
HelpLink | (Ereditato da DmfException). |
![]() |
HResult | (Ereditato da Exception). |
![]() |
InnerException | (Ereditato da Exception). |
![]() |
Message | (Esegue l'override di Exception. . :: . .Message.) |
![]() |
ReceivedType | Gets the type that is returned by the function. |
![]() |
Source | (Ereditato da Exception). |
![]() |
StackTrace | (Ereditato da Exception). |
![]() |
TargetSite | (Ereditato da Exception). |
In alto
Vedere anche