Click or drag to resize
LcsException Constructor (Byte, String)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the LcsException class

Namespace: TapTrack.Tcmp.Communication
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
public LcsException(
	byte[] buffer,
	string message
)

Parameters

buffer
Type: SystemByte
message
Type: SystemString
See Also