Returned when requested instance is not present in a table of an SNMP version 2 agent.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class NoSuchInstance : V2Error
Public Class NoSuchInstance _
	Inherits V2Error
public ref class NoSuchInstance : public V2Error

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NoSuchInstance()()()
Constructor.
NoSuchInstance(NoSuchInstance)
Constructor.
Clone()()()
Returns a duplicate object of self.
(Overrides V2Error..::.Clone()()().)
decode(array<Byte>[]()[], Int32)
Decode BER encoded no-such-instance SNMP version 2 MIB value
(Overrides V2Error..::.decode(array<Byte>[]()[], Int32).)
encode(MutableByte)
ASN.1 encode no-such-instance SNMP version 2 MIB value
(Overrides V2Error..::.encode(MutableByte).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()
Returns the string representation of the object.
(Overrides Object..::.ToString()()().)
Type
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.)

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.AsnType
    SnmpSharpNet..::.V2Error
      SnmpSharpNet..::.NoSuchInstance

See Also