|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
The exception that is thrown when accessing the value of the wrong type of parameter. More...
Inherits Exception.
Public Member Functions | |
| ParameterTypeMismatchException () | |
| Initializes a new instance of the ParameterTypeMismatchException class. More... | |
| ParameterTypeMismatchException (string message) | |
| Initializes a new instance of the ParameterTypeMismatchException class with a specified error message. More... | |
| ParameterTypeMismatchException (string message, System.Exception inner) | |
| Initializes a new instance of the ParameterTypeMismatchException class with a specified error message and a reference to the inner exception that is the cause of this exception. More... | |
The exception that is thrown when accessing the value of the wrong type of parameter.
Initializes a new instance of the ParameterTypeMismatchException class.
| ParameterTypeMismatchException | ( | string | message | ) |
Initializes a new instance of the ParameterTypeMismatchException class with a specified error message.
| message | Error message string. |
| ParameterTypeMismatchException | ( | string | message, |
| System.Exception | inner | ||
| ) |
Initializes a new instance of the ParameterTypeMismatchException class with a specified error message and a reference to the inner exception that is the cause of this exception.
| message | Error message string. |
| inner | The exception that is the cause of the current exception. |