PowerSNMP for .NET CF
NoSuchInstance Constructor
See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace > NoSuchInstance Class : NoSuchInstance Constructor




Initializes a new instance of the NoSuchInstance class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New NoSuchInstance()
C# 
public NoSuchInstance()
Managed Extensions for C++ 
public: NoSuchInstance();
C++/CLI 
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).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.