Exception thrown on failure to decode BER encoded information.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    SnmpSharpNet..::.SnmpException
      SnmpSharpNet..::.SnmpDecodingException

See Also