IllegalOperandException CLASS

Indicates the illegal use of a certain runtime value as operand in the expression.

Parent Class

All Members


TypeNameSignature
constructorIllegalOperandExceptionpublic IllegalOperandException(string)

Constructors


public IllegalOperandException(string msg)

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

Parameters

  • msg The message for this exception.