The SNMPv2 error representing that there is No-Such-Object for a particular object identifier. This error is the result of a requested object identifier that does not exist in the agent's tables

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static readonly byte SMI_NOSUCHOBJECT
Public Shared ReadOnly SMI_NOSUCHOBJECT As Byte
public:
static initonly unsigned char SMI_NOSUCHOBJECT

See Also