Click or drag to resize

ErrorRegistryAddError Method (ErrorCategory, String, IConstruct)

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,
	params IConstruct[] constructs
)

Parameters

category
Type: Lextm.SharpSnmpPro.Mib.ValidationErrorCategory
The category.
message
Type: SystemString
The message.
constructs
Type: Lextm.SharpSnmpPro.MibIConstruct
The constructs.
See Also