Click or drag to resize
RecordContentionException Constructor
Thrown when a procedure is unable to successfully act on a shared resource.

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

Parameters

Message
Type: SystemString
"Unable to get next transaction number. " + "The next number as saved to the " + dynamicZipSetupTable.DisplayName + " table has been updated from " + originalNumber.ToString() + " to " + currentNumber.ToString() + "." + " Please retry the operation that failed with this error." "Transaction Number " + TransactionNumber.ToString() + " already exists"
See Also