CardSwipeInvalidException Constructor |
Namespace:
EasyScriptAPI
Assembly:
EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax public CardSwipeInvalidException(
string msg,
int pos
)
Public Sub New (
msg As String,
pos As Integer
)
public:
CardSwipeInvalidException(
String^ msg,
int pos
)
new :
msg : string *
pos : int -> CardSwipeInvalidException
Parameters
- msg
- Type: SystemString
The error message - pos
- Type: SystemInt32
Position in the array where the error occurred.
See Also