Click or drag to resize
ParseException Constructor (String, String, Int32)
Initializes a new instance of the ParseException class

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public ParseException(
	string message,
	string messageToParse,
	int idx
)

Parameters

message
Type: SystemString
messageToParse
Type: SystemString
idx
Type: SystemInt32
See Also