Represents an error in the compilation of some nitro code.
Public Member Functions | |
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 () |
Public Attributes | |
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.
lineNumber | The line number the error occured on. |
errorMessage | A message stating why this error has occured. |
|
inline |
int Nitro.CompilationException.LineNumber =-1 |
The line number the error occurred on.