HdlcException(HdlcExceptionKind, String) Constructor

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

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 HdlcException(
	HdlcExceptionKind kind,
	string message
)

Parameters

kind  HdlcExceptionKind
message  String

See Also