Click or drag to resize

ErrorRegistryAddWarning Method (WarningCategory, String, IToken, String)

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,
	IToken token,
	string fileName
)

Parameters

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