Nitro.ReferenceError Class Reference

Detailed Description

Represents a reference exception during the compilation of some nitro code.

Inheritance diagram for Nitro.ReferenceError:
Nitro.CompilationException

Public Member Functions

 ReferenceError (string varName)
 Creates a new compilation exception with the given line number the error occured on and a message to show. More...
 
- Public Member Functions inherited from Nitro.CompilationException
 CompilationException (string errorMessage)
 Creates a new compilation exception with the given line number the error occured on and a message to show. More...
 
override string ToString ()
 

Additional Inherited Members

- Public Attributes inherited from Nitro.CompilationException
int LineNumber =-1
 The line number the error occurred on. More...
 

Constructor & Destructor Documentation

Nitro.ReferenceError.ReferenceError ( string  varName)
inline

Creates a new compilation exception with the given line number the error occured on and a message to show.