PowerSNMP for .NET
NoSuchInstance Constructor




Initializes a new instance of the NoSuchInstance class.
Syntax
Public Function New()
Dim instance As New NoSuchInstance()
public NoSuchInstance()
public: NoSuchInstance();
public:
NoSuchInstance();
Remarks

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).

See Also

Reference

NoSuchInstance Class
NoSuchInstance Members


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic