ECape Boundaries Interface
This interface provides information
about error that result from values that are outside of their bounds. It can be raised
to indicate that the value of either a method argument or the value of a object
parameter is out of range.
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("678c0b29-7d66-11d2-a67d-00105a42887f")]
[ComVisibleAttribute(false)]
public interface ECapeBoundariesVB
<ComImportAttribute>
<GuidAttribute("678c0b29-7d66-11d2-a67d-00105a42887f")>
<ComVisibleAttribute(false)>
Public Interface ECapeBoundariesRemarks
ECapeBoundaries is a "utility" interface which factorises a state which describes the value, its type and its boundaries.
Properties
| lowerBound | The value of the lower bound. |
| type | The type/nature of the value. |
| upperBound | The value of the upper bound. |
| value | The current value which has led to an error. |