CompilerError Constructor (RecognitionException, String) |
Namespace:
Lextm.SharpSnmpPro.Mib.Validation
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic CompilerError(
RecognitionException exception,
string fileName
)
Public Sub New (
exception As RecognitionException,
fileName As String
)
public:
CompilerError(
RecognitionException^ exception,
String^ fileName
)
new :
exception : RecognitionException *
fileName : string -> CompilerError
Parameters
- exception
- Type: RecognitionException
Compiler exception. - fileName
- Type: SystemString
Name of the file.
See Also