DlmsException(DlmsExceptionKind, String) Constructor

Creates an instance of HdlcException using an exception message and an exception kind.

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 DlmsException(
	DlmsExceptionKind kind,
	string message
)

Parameters

kind  DlmsExceptionKind
message  String

See Also