IllegalAssignmentException CLASS

The assignment is illegal, such as the assignee being a constant.

Parent Class

All Members


TypeNameSignature
constructorIllegalAssignmentExceptionpublic IllegalAssignmentException(string)

Constructors


public IllegalAssignmentException(string msg)

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

Parameters

  • msg The message for this exception.