ECapeBadCOParameter Interface

A parameter, which is an object from the Parameter Common Interface, has an invalid status.

Definition

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

Remarks

The name of the invalid parameter, along with the parameter itself are available from the exception.

Properties

parameter The parameter that threw the exception.
parameterName The name of the CO parameter that is throwing the exception.

See Also