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.2.0 (0.5.2.0)

Syntax

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

Inheritance Hierarchy

See Also