Click or drag to resize
UnsupportedValueException Constructor
Thrown when an unsupported value is encountered. For example, if a case statement should handle all values, then this exception should be thrown for any value not handled by the case statement.

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

Parameters

Message
Type: SystemString
"Unsupported base qualifier: " + BaseQualifier.ToString() "Unsupported tax base on: " + Base.ToString() "Unsupported base qualifier: " + BaseQualifier.ToString() + " detail ID: " + TaxDetailID Unsupported rounding method: " + Rounding.ToString()
See Also