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