Click or drag to resize

CompilerMessage Constructor (MessageCategory, String, IConstruct)

Initializes a new instance of the CompilerMessage class

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

Parameters

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