Click or drag to resize
InternalInfoException Constructor
This exception is used internally for debugging purposes. It represents a questionable condition, not necessarily a problem.

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

Parameters

Message
Type: SystemString
DisplayName + " table already updated" "DEX_ROW_ID missing" "Document Number " + txEngn.DocNumber.ToString() + " Item Number " + txEngn.LineItemNumber + " is flagged as exempt but has an exempt amount of zero." "Database not set" "Existing connection is not connected." primaryTable.PhysicalName + "." + field.PhysicalName + " does not match " + DataSet.DataSetName + "." + dc.ColumnName "Geocode out of sync: " + Geocode + "/" + bestChoice.Geocode "ItemMasterRecord being set to a non-existant record" "Tax detail changed on load: " + trxDtl.Changes
See Also