The SNMPv2 error representing that there is No-Such-Instance for a particular object identifier. This error is the result of a requested object identifier instance 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_NOSUCHINSTANCE
Public Shared ReadOnly SMI_NOSUCHINSTANCE As Byte
public:
static initonly unsigned char SMI_NOSUCHINSTANCE

See Also