The type being referred to is not known to the script engine.
In Julian, a type is loaded when it is first used. The type searching is performed against the current namespace pool, targeting the entire module path set, in addition to the system classes. The namespace pool consists of all the imported module's name, as well as System module. If the type is not located under any of these modules, this exception will be thrown.
Parent Class
Type | Name | Signature |
---|---|---|
constructor | UnknownTypeException | public UnknownTypeException(string) |
public UnknownTypeException(string msg)
Create an instance of UnknownTypeException with specified message. Mainly reserved for system use.
Parameters