The semantic error encountered when parsing and loading a module. For example, a module cannot contain two types of same name.
Parent Class
| Type | Name | Signature |
|---|---|---|
| constructor | IllegalModuleException | public IllegalModuleException(string) |
public IllegalModuleException(string msg)Create an instance of IllegalModuleException with specified message. Mainly reserved for system use.
Parameters