ECapeUser Interface

The base interface of the CO errors hierarchy.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComImportAttribute]
[ComVisibleAttribute(false)]
[GuidAttribute("678C0B11-7D66-11D2-A67D-00105A42887F")]
public interface ECapeUser

Remarks

The ECapeUser interface defines the minimum state of a CO error.

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