EMedDataSetError.Create EMedDataSetError

constructor Create( ds: TMedDataSet; errCode: Integer; emsg: String );

Description

Creates EMedDataSetError instance.

errCode specified error code. Possible error codes are defined as constants starting with ERR_DS_ in MedDataset.prg

emsg is a message explaining exception reason.