Indicates the illegal use of a certain runtime value as operand in the expression.
Parent Class
Type | Name | Signature |
---|---|---|
constructor | IllegalOperandException | public IllegalOperandException(string) |
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