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

Parameters

Message
Type: SystemString
"Line-Item's extended prices do not total the document extended price." "Line-Item's tax amounts do not total the document tax amount." "Line-Item's trade discount amounts do not total the document trade discount amount." ItemNumber + "'s tax detail tax amounts do not total the line-item tax amount."
See Also