ECape Computation 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[ComImportAttribute]
[GuidAttribute("678c0b1c-7d66-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ECapeComputationVB
<ComImportAttribute>
<GuidAttribute("678c0b1c-7d66-11d2-a67d-00105a42887f")>
<ComVisibleAttribute(false)>
Public Interface ECapeComputationRemarks
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.