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