FunctionWrongReturnTypeException Members
Include Protected Members
Include Inherited Members
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.
The FunctionWrongReturnTypeException type exposes the following members.
Constructors
Name | 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) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetBaseException() | (Inherited from Exception.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetObjectData(SerializationInfo, StreamingContext) | (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType() | (Inherited from Exception.) |
![]() |
Init() | (Inherited from DmfException.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
SetHelpContext(String) | (Inherited from DmfException.) |
![]() |
ToString() | (Inherited from Exception.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
DmfExceptionType | (Overrides DmfException.DmfExceptionType.) |
![]() |
ExpectedType | Gets the expected return type. |
![]() |
FunctionName | Gets the name of the function that caused the exception. |
![]() |
HelpLink | (Inherited from DmfException.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Overrides Exception.Message.) |
![]() |
ReceivedType | Gets the type that is returned by the function. |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top