UndefinedSymbolException CLASS

A symbol is used without definition. This exception is a special case of BadSyntaxException.

Parent Class

All Members


TypeNameSignature
constructorUndefinedSymbolExceptionpublic UndefinedSymbolException(string)

Constructors


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

  • msg The message for this exception.