Click or drag to resize

ParseException Constructor (String, Exception, String, Int32)

Initializes a new instance of the ParseException class

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

Parameters

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