ECapeImplementation Interface

The base class of the errors hierarchy related to the current implementation.

Definition

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

Remarks

This class is used to indicate that an error occurred in the with the implementation of an object. The implemenation-related classes such as ECapeNoImpl and ECapeLimitedImpl derive from this class.

See Also