A symbol is used without definition. This exception is a special case of BadSyntaxException.
Parent Class
Type | Name | Signature |
---|---|---|
constructor | UndefinedSymbolException | public UndefinedSymbolException(string) |
public UndefinedSymbolException(string msg)
Create a new instance of new UndefinedSymbolException with given message. While entirely legal, it's not recommended for a user to create such instances.
Parameters