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