PowUpload 1.3 control documentation

Gets the last Exception occurred during the upload process.

public System.Exception LastError {get;}

Property Value

The Exception object that represents the last occurred error.

Remarks

Errors occurred in processing the files uploaded willn't be returned by this property. This property is useful to determine whether the files was uploaded successfully or an error occurred. The property is null if the upload completed succesfully.

See Also

PowUpload Class | ElementIT.PowUpload Namespace | Exception class