Dart.Snmp.SimpleType Namespace > NoSuchInstance Class : NoSuchInstance Constructor |
Public Function New()
Dim instance As New NoSuchInstance()
public NoSuchInstance()
public: NoSuchInstance();
public:
NoSuchInstance();
The NoSuchInstance value is returned only in Version 2 or greater responses for those variables in which the agent is able to locate the requested OID, but does not manage the instance variable requested (the OID indicated by the provided IID is known, but the IID does not map to an existing instance specified by the IID).
This condition might occur when the OID maps to a valid table column, but no row exists for the specified index (suffix).