ECapeOutsideSolverScope Interface

Exception thrown when the problem is outside the scope of the solver.

Definition

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

Remarks

Exception thrown when the problem is outside the scope of the solver.

Properties

code Code to designate the subcategory of the error.
description The description of the error.
interfaceName The name of the interface where the error is thrown. This is a mandatory field."
moreInfo An URL to a page, document, web site, where more information on the error can be found. The content of this information is obviously implementation dependent.
operation The name of the operation where the error is thrown. This is a mandatory field.
scope The scope of the error.

See Also