Click or drag to resize
AddressException Constructor
Thrown when an address is invalid. Typically, this means the current combination of city, county, state and ZIP do not exist in the address table.

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

Parameters

Message
Type: SystemString
Message
See Also