public class QuickIOTransferFileCopyErrorEventArgs : QuickIOTransferJobWriteWithSourceEventArgs
Contains further information when a file copy process fails
QuickIOTransferFileCopyErrorEventArgs(IQuickIOTransferJob job, String source, String target, Exception e)
Creates new instance of QuickIOTransferFileCopyErrorEventArgs
public void QuickIOTransferFileCopyErrorEventArgs(IQuickIOTransferJob job, String source, String target, Exception e)
Parameters
job
IQuickIOTransferJobAffected job
source
StringSource file path
target
StringTarget file path
e
ExceptionException
Exception
Exception
public Exception Exception { get; set; }