CompilerMessage Constructor (MessageCategory, String, IConstruct) |
Namespace:
Lextm.SharpSnmpPro.Mib.Validation
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic CompilerMessage(
MessageCategory category,
string message,
IConstruct[] constructs
)
Public Sub New (
category As MessageCategory,
message As String,
constructs As IConstruct()
)
public:
CompilerMessage(
MessageCategory category,
String^ message,
array<IConstruct^>^ constructs
)
new :
category : MessageCategory *
message : string *
constructs : IConstruct[] -> CompilerMessage
Parameters
- category
- Type: Lextm.SharpSnmpPro.Mib.ValidationMessageCategory
- message
- Type: SystemString
- constructs
- Type: Lextm.SharpSnmpPro.MibIConstruct
See Also