ECapeComputation Interface

The base interface of the errors hierarchy related to calculations.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[GuidAttribute("678c0b1c-7d66-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ECapeComputation

Remarks

This class is used to indicate that an error occurred in the performance of a calculation. Other calculation-related classes such as ECapeFailedInitialisation, ECapeOutOfResources, ECapeSolvingError, ECapeBadInvOrder, ECapeInvalidOperation, ECapeNoMemory, and ECapeTimeOut derive from this class.

See Also