Cape Bad Argument Exception(Int 32) 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public CapeBadArgumentException(
int position
)VB
Public Sub New (
position As Integer
)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.