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

Syntax

public class QuickIOTransferFileCreationErrorEventArgs : QuickIOTransferJobWriteEventArgs

Basetype

Summary

Contains further information when a file creation process fails

Methods

QuickIOTransferFileCreationErrorEventArgs(IQuickIOTransferJob job, String targetPath, Exception e)

Creates new instance of QuickIOTransferFileCreationErrorEventArgs

public void QuickIOTransferFileCreationErrorEventArgs(IQuickIOTransferJob job, String targetPath, Exception e)

Parameters

job

IQuickIOTransferJob

Affected job

targetPath

String

Target file path

e

Exception

Exception

Properties

Exception

Exception

public Exception Exception { get; set; }