Base class for SNMP version 2 error types.

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

Syntax

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

Remarks

For details see NoSuchInstance, NoSuchObject and EndOfMibView.

Inheritance Hierarchy

See Also