Click or drag to resize
ReservedRecordException Constructor
Thrown when accessing a reserved record. Typically, a reserved record is one that is in the process of being created - possibly by another user.

Namespace: KampData.TaxEngine.API.Exceptions
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public ReservedRecordException(
	string Message
)

Parameters

Message
Type: SystemString
"This document is locked in create mode." + " Transaction Number: " + trxDc.TransactionNumber
See Also