This exception is used to represent a failure upon a function call, for failing to either convert an argument to the parameter type, or the result to the declared return type.
Parent Class
| Type | Name | Signature |
|---|---|---|
| constructor | TypeIncompatibleException | public TypeIncompatibleException(string) |
public TypeIncompatibleException(string msg)Create an instance of TypeIncompatibleException with specified message. Mainly reserved for system use.
Parameters