Click or drag to resize

CardSwipeInvalidException Constructor

Initializes a new instance of the CardSwipeInvalidException class.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public CardSwipeInvalidException(
	string msg,
	int pos
)

Parameters

msg
Type: SystemString
The error message
pos
Type: SystemInt32
Position in the array where the error occurred.
See Also