Constructor
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public SnmpErrorStatusException( string msg, int status, int index ) |
| Visual Basic |
|---|
Public Sub New ( _ msg As String, _ status As Integer, _ index As Integer _ ) |
| Visual C++ |
|---|
public: SnmpErrorStatusException( String^ msg, int status, int index ) |
Parameters
- msg
- Type: System..::..String
Exception message
- status
- Type: System..::..Int32
ErrorStatus value
- index
- Type: System..::..Int32
ErrorIndex value