Base class for SNMP version 2 error type. For details see NoSuchInstance, NoSuchObject and EndOfMibView.

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

Syntax

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
V2Error()()()
Constructor
V2Error(V2Error)
Constructor. Since this class doesn't hold any meaningful information, constructor does nothing with the argument.
Clone()()()
Returns a duplicate of the object.
(Overrides AsnType..::.Clone()()().)
decode(array<Byte>[]()[], Int32)
Decode ASN.1 encoded SNMP version 2 error.
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).)
encode(MutableByte)
ASN.1 encode SNMP version 2 error.
(Overrides AsnType..::.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 a String that represents the current Object.
(Inherited from Object.)
Type
Return ASN.1 type of the object stored in this or derived class.
(Inherited from AsnType.)

Inheritance Hierarchy

See Also