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

Syntax

public class QuickIOTransferFileCopyErrorEventArgs : QuickIOTransferJobWriteWithSourceEventArgs

Basetype

Summary

Contains further information when a file copy process fails

Methods

public void QuickIOTransferFileCopyErrorEventArgs(IQuickIOTransferJob job, String source, String target, Exception e)

Parameters

job

IQuickIOTransferJob

Affected job

source

String

Source file path

target

String

Target file path

e

Exception

Exception

Properties

Exception

Exception

public Exception Exception { get; set; }