UndefinedVariableNameException CLASS

The variable being referred to is undefined or invisible in the current scope.

Parent Class

All Members


TypeNameSignature
constructorUndefinedVariableNameExceptionpublic UndefinedVariableNameException(string)

Constructors


public UndefinedVariableNameException(string msg)

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

Parameters

  • msg The message for this exception.