Click or drag to resize

ErrorRegistryAddError Method (ErrorCategory, String, IToken, String)

Adds an error.

Namespace:  Lextm.SharpSnmpPro.Mib.Validation
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public void AddError(
	ErrorCategory category,
	string message,
	IToken token,
	string fileName
)

Parameters

category
Type: Lextm.SharpSnmpPro.Mib.ValidationErrorCategory
The category.
message
Type: SystemString
The message.
token
Type: IToken
The token.
fileName
Type: SystemString
Name of the file.
See Also