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