SNMPv2 noSuchInstance error

Namespace: SnmpSharpNet
Assembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)

Syntax

C#
[SerializableAttribute]
public class NoSuchInstance : V2Error, 
	ICloneable
Visual Basic
<SerializableAttribute> _
Public Class NoSuchInstance _
	Inherits V2Error _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class NoSuchInstance : public V2Error, 
	ICloneable

Remarks

Returned when requested instance is not present in a table of the SNMP version 2 agent. This type is returned as value to a requested Oid. When looping through results, check Vb.Value member for V2Error returns.

Inheritance Hierarchy

System..::..Object
  SnmpSharpNet..::..AsnType
    SnmpSharpNet..::..V2Error
      SnmpSharpNet..::..NoSuchInstance

See Also