ErrorRegistryAddWarning Method (WarningCategory, String, IConstruct) |
Adds a warning.
Namespace:
Lextm.SharpSnmpPro.Mib.Validation
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic void AddWarning(
WarningCategory category,
string message,
params IConstruct[] constructs
)
Public Sub AddWarning (
category As WarningCategory,
message As String,
ParamArray constructs As IConstruct()
)
public:
void AddWarning(
WarningCategory category,
String^ message,
... array<IConstruct^>^ constructs
)
member AddWarning :
category : WarningCategory *
message : string *
constructs : IConstruct[] -> unit
Parameters
- category
- Type: Lextm.SharpSnmpPro.Mib.ValidationWarningCategory
The category. - message
- Type: SystemString
The message. - constructs
- Type: Lextm.SharpSnmpPro.MibIConstruct
The constructs.
See Also