CapeBadArgumentException(Int32) Constructor

Initializes a new instance of the CapeBadArgumentException class with the position of the error.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public CapeBadArgumentException(
	int position
)

Parameters

position  Int32
The position of the argument value within the signature of the operation. First argument is as position 1.

Remarks

This constructor initializes the Message property of the new instance to a system-supplied message that describes the error, such as "An application error has occurred." This message takes into account the current system culture.

See Also