IllegalBindingException CLASS

Attempt to bind a function object failed due to the reason described in the message.

Not all the functions can be bound. For example, hosted methods do not supporting binding as of 0.1.34. There are also certain rules regarding what can be bound to a function. If an argument is not type-compatible with the corresponding parameter's type, this exception will be thrown as well.

Parent Class

All Members


TypeNameSignature
constructorIllegalBindingExceptionpublic IllegalBindingException(string)

Constructors


public IllegalBindingException(string msg)

Create a new instance of new IllegalBindingException with given message. While entirely legal, it's not recommended for a user to create such instances.

Parameters

  • msg The message for this exception.