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




Initializes a new instance of the NoSuchObject class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New NoSuchObject()
C# 
public NoSuchObject()
Managed Extensions for C++ 
public: NoSuchObject();
C++/CLI 
public:
NoSuchObject();

Remarks

The NoSuchObject value is returned only in Version 2 or greater responses for those variables for which the agent is unable to locate the requested MIB node (the OID indicated by the provided IID is unknown).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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