Click or drag to resize

ErrorRegistryAddError Method (RecognitionException, String)

Adds an error.

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

Parameters

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