Click or drag to resize

ErrorRegistryAddWarning Method (WarningCategory, String, IConstruct)

Adds a warning.

Namespace:  Lextm.SharpSnmpPro.Mib.Validation
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public void AddWarning(
	WarningCategory category,
	string message,
	params IConstruct[] constructs
)

Parameters

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