NotResolvedException Constructor (String) |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic NotResolvedException(
string message
)
Public Sub New (
message As String
)
public:
NotResolvedException(
String^ message
)
new :
message : string -> NotResolvedException
Parameters
- message
- Type: SystemString
See Also