public class QuickIOTransferFileCreationErrorEventArgs : QuickIOTransferJobWriteEventArgs
Contains further information when a file creation process fails
QuickIOTransferFileCreationErrorEventArgs(IQuickIOTransferJob job, String targetPath, Exception e)
Creates new instance of QuickIOTransferFileCreationErrorEventArgs
public void QuickIOTransferFileCreationErrorEventArgs(IQuickIOTransferJob job, String targetPath, Exception e)
Parameters
job
IQuickIOTransferJobAffected job
targetPath
StringTarget file path
e
ExceptionException
Exception
Exception
public Exception Exception { get; set; }