Base class for SNMP version 2 error type. For details
see NoSuchInstance, NoSuchObject and EndOfMibView.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| 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) | (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()()() | (Inherited from Object.) | |
| 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..::.EndOfMibView
SnmpSharpNet..::.NoSuchInstance
SnmpSharpNet..::.NoSuchObject
SnmpSharpNet..::.AsnType
SnmpSharpNet..::.V2Error
SnmpSharpNet..::.EndOfMibView
SnmpSharpNet..::.NoSuchInstance
SnmpSharpNet..::.NoSuchObject