Click or drag to resize
JurisdictionException Constructor
Thrown when a jurisdiction being identified is associated with more than one state, county and/or city.

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

Parameters

Message
Type: SystemString
"Jurisdiction out of sync: " + idOne + "/" + idTwo
See Also