Click or drag to resize
RecordStatusException Constructor
Thrown when an invalid attempt is made to modify a record's status.

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

Parameters

Message
Type: SystemString
"Document already posted. (Document status == history)"
See Also