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