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




A tagged type representing the fact that the agent has no knowledge of the OID specified by the variable.

Object Model

NoSuchObject Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class NoSuchObject 
   Inherits Dart.Snmp.SimpleTaggedType
Visual Basic (Usage)Copy Code
Dim instance As NoSuchObject
C# 
public sealed class NoSuchObject : Dart.Snmp.SimpleTaggedType 
Managed Extensions for C++ 
public __gc __sealed class NoSuchObject : public Dart.Snmp.SimpleTaggedType 
C++/CLI 
public ref class NoSuchObject sealed : public Dart.Snmp.SimpleTaggedType 

Remarks

ASN.1 NoSuchObject Type. No value...reports an error, ContextSpecific and Primitive.

Inheritance Hierarchy

System.Object
   Dart.Snmp.TaggedType
      Dart.Snmp.SimpleTaggedType
         Dart.Snmp.SimpleType.NoSuchObject

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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