RequirementException Constructor |
RequirementException
Namespace: KampData.TaxEngine.API.ExceptionsAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic RequirementException(
string Message
)
Public Sub New (
Message As String
)
public:
RequirementException(
String^ Message
)
new :
Message : string -> RequirementException
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