Click or drag to resize
RecordMissingException Constructor
Thrown when an attempt is made to select a record that does not exist.

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

Parameters

Message
Type: SystemString
"Postal code not found: " + zip "Detail not found - index number: " + value.ToString() "Tax Detail " + value + " not found." "New tax documents can not be created " + "with this constructor. Please use the constructor that calls for " + "document number, document type and module..."
See Also