Cape Bad Argument Exception(String, Int 32) Constructor
Initializes a new instance of the CapeBadArgumentException class with a specified error message and 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(
string message,
int position
)VB
Public Sub New (
message As String,
position As Integer
)Parameters
Remarks
The content of the message parameter is intended to be understood by humans. The caller of this constructor is required to ensure that this string has been localized for the current system culture.
This message takes into account the current system culture.