IllegalModuleException CLASS

The semantic error encountered when parsing and loading a module. For example, a module cannot contain two types of same name.

Parent Class

All Members


TypeNameSignature
constructorIllegalModuleExceptionpublic IllegalModuleException(string)

Constructors


public IllegalModuleException(string msg)

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

Parameters

  • msg The message for this exception.