SNMPv2 noSuchInstance error

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
[SerializableAttribute]
public class NoSuchInstance : V2Error
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class NoSuchInstance _
	Inherits V2Error
Visual C++
[SerializableAttribute]
public ref class NoSuchInstance : public V2Error

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