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

Syntax

public class QuickIOTransferJobErrorEventArgs : QuickIOTransferJobEventArgs

Basetype

Summary

provides information for job error

Methods

QuickIOTransferJobErrorEventArgs(IQuickIOTransferJob job, Exception e)

Creates a new instance of QuickIOTransferJobErrorEventArgs

public void QuickIOTransferJobErrorEventArgs(IQuickIOTransferJob job, Exception e)

Parameters

job

IQuickIOTransferJob

Affected job

e

Exception

Exception

Properties

Exception

Error

public Exception Exception { get; set; }