Click or drag to resize
FeatureNotAvailableException Constructor
Thrown when an attempt is made to use a feature that is not currently available.

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

Parameters

Message
Type: SystemString
"Details_LoadSchedule() not available while " + "SlamLoad == true." "ExemptUpdate is disabled when SlamLoad is enabled" "Schedule selection is disabled when SlamLoad is enabled."
See Also