Click or drag to resize

ParseException(String, Exception, String, Int32) Constructor

Initializes a new instance of the ParseException class

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

Parameters

message  String
 
innerException  Exception
 
messageToParse  String
 
idx  Int32
 
See Also