Arbor 3: FSM & BT Graph Editor  3.7.8
ParameterTypeMismatchException Class Reference

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...
 

Detailed Description

The exception that is thrown when accessing the value of the wrong type of parameter.

Constructor & Destructor Documentation

◆ ParameterTypeMismatchException() [1/3]

Initializes a new instance of the ParameterTypeMismatchException class.

◆ ParameterTypeMismatchException() [2/3]

ParameterTypeMismatchException ( string  message)

Initializes a new instance of the ParameterTypeMismatchException class with a specified error message.

Parameters
messageError message string.

◆ ParameterTypeMismatchException() [3/3]

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.

Parameters
messageError message string.
innerThe exception that is the cause of the current exception.