DlmsException Class

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

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public class DlmsException : Exception
Inheritance
Object    Exception    DlmsException

Constructors

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

Properties

Kind Specification of Hdlc format error

See Also