CapeOutOfBoundsExceptionInitialize Method

The initialize method for all classes derived from CapeOutOfBoundsException need to include the pertinent information related to the boundaries.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
protected override void Initialize()

Remarks

This method is sealed so that classes that derive from CapeOutOfBoundsException include the required information about the position of the argument.

See Also