ECapeUnknown Interface

This exception is raised when other error(s), specified by the operation, do not suit.

Definition

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

Remarks

A standard exception that can be thrown by a CAPE-OPEN object to indicate that the error that occurred was not one that was suitable for any of the other errors supported by the object.

See Also