LengthRecord.LengthRecord

LengthRecord(byte[])

Initializes a new instance of the LengthRecord class.

public LengthRecord(byte[] data)
ParameterTypeDescription
dataByte[]The record data.

Exceptions

exceptioncondition
ArgumentExceptionIncorrect data for LengthRecord creation

See Also


LengthRecord()

Initializes a new instance of the LengthRecord class.

public LengthRecord()

See Also