Enum DtaExceptionCode
public enum DtaExceptionCode
Fields
BadChecksum = 1The checksum in the final record did not match the computed checksum.
BadFormat = 0A badly formatted data field was encountered.
BadRecordLength = 2The record length indicated in the header is not possible.
NotSupported = 5This DTA contains unsupported data. The Message may contain more detail about the problem.
Truncated = 4The data input is incomplete.
WrongRecord = 3The next record was not one of the expected record types.