Click or drag to resize
InvalidValueException 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 InvalidValueException(
	string Message
)

Parameters

Message
Type: SystemString
"State FIPS code must be 2 characers long: " + value "City FIPS code must be 5 characers long: " + value
See Also