Methods (1) Properties (1)
Namespace: SchwabenCode.QuickIO.Transfer.Events

Syntax

public class QuickIOTransferDirectoryCreationErrorEventArgs : QuickIOTransferJobWriteEventArgs

Basetype

Summary

Contains further information when a directory creation process fails

Methods

public void QuickIOTransferDirectoryCreationErrorEventArgs(IQuickIOTransferJob job, String target, Exception e)

Parameters

job

IQuickIOTransferJob

Affected job

target

String

Target path

e

Exception

Exception

Properties

Exception

Exception

public Exception Exception { get; set; }