HdlcException Class

Exception that is thrown in case of an error during HDLC frames parsing.

Definition

Namespace: OddPrg.Protocols.Hdlc
Assembly: OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
C#
public class HdlcException : Exception
Inheritance
Object    Exception    HdlcException

Constructors

HdlcException(String) Creates an instance of HdlcException using an exception message and HdlcExceptionKind.None.
HdlcException(HdlcExceptionKind, String) Creates an instance of HdlcException using an exception message and an exception kind.

Properties

Kind Specification of Hdlc format error

See Also