PowUpload 1.3 control documentation

Method executed if error occured in PowUpload parser.

bool ParseError(
   Exception ex,
   PowUpload info
);

Parameters

ex
Occured Exception.
info
PowUpload class for this request.

Return Value

If return value is true than error will be shown immediatly, otherwise it will be saved to PowUpload.LastError property.

See Also

IUploadHandle Interface | ElementIT.PowUpload Namespace