File deleted even exception has been thrown.

Advertisement

rke002
Joined:
Posts:
9

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.
}

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: File deleted even exception has been thrown.

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

Reply with quote

Advertisement

You can post new topics in this forum