Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: File deleted even exception has been thrown.

What is the exception? Can you provide a session log file (Session.SessionLogPath)?
rke002

File deleted even exception has been thrown.

A question... if i upload file and upload itself throwing exception, is it a feature that the file will be deleted even after exception

using (var session = new Session())

{
    this.ConfigureSession(session);
    this.GetErrors(session.PutFiles(source, destination, true));
    -->exception thrown in PutFiles because of bad destination path.
}