TypeIncompatibleException CLASS

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

All Members


TypeNameSignature
constructorTypeIncompatibleExceptionpublic TypeIncompatibleException(string)

Constructors


public TypeIncompatibleException(string msg)

Create an instance of TypeIncompatibleException with specified message. Mainly reserved for system use.

Parameters

  • msg The message for this exception.