ECapeNoImpl Interface

An exception that indicates that the requested operation has not been implemented by the current object.

Definition

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

Remarks

The operation is “not” implemented even if this operation can be called due to the compatibility with the CO standard. That is to say that the operation exists but it is not supported by the current implementation.

See Also