Represents a reference exception during the compilation of some nitro code.
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... | |
|
inline |
Creates a new compilation exception with the given line number the error occured on and a message to show.