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