CompilerError Constructor |
| Name | Description | |
|---|---|---|
| CompilerError(String) |
Initializes a new instance of the CompilerError class.
| |
| CompilerError(LexicalInfo, Exception) |
Initializes a new instance of the CompilerError class.
| |
| CompilerError(LexicalInfo, String) |
Initializes a new instance of the CompilerError class.
| |
| CompilerError(String, Exception, Object) |
Initializes a new instance of the CompilerError class.
| |
| CompilerError(LexicalInfo, String, Exception) |
Initializes a new instance of the CompilerError class.
| |
| CompilerError(String, LexicalInfo, Boolean, Object) |
Initializes a new instance of the CompilerError class.
| |
| CompilerError(String, LexicalInfo, Exception, Object) |
Initializes a new instance of the CompilerError class.
| |
| CompilerError(String, LexicalInfo, String, Exception) |
Initializes a new instance of the CompilerError class.
|