Click or drag to resize
RequirementException Constructor
RequirementException

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

Parameters

Message
Type: SystemString
"Not all document required fields have values" "Statewide Taxable ID is " + sttwdTxblSchdl.ID + " and the Statewide Exempt ID is blank. Both must contain a value or both must be blank." "Unable to save line - transaction number missing" "Unable to save line - line number missing" "Unable to delete detail - transaction number missing" "Unable to save detail - transaction number missing" "Unable to save detail - line number missing" "Unable to save detail - Tax Detail ID missing"
See Also