Click or drag to resize

CompilerError Constructor (RecognitionException, String)

Creates a CompilerError instance with a specific Exception.

Namespace:  Lextm.SharpSnmpPro.Mib.Validation
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public CompilerError(
	RecognitionException exception,
	string fileName
)

Parameters

exception
Type: RecognitionException
Compiler exception.
fileName
Type: SystemString
Name of the file.
See Also