public class QuickIOTransferJobErrorEventArgs : QuickIOTransferJobEventArgs
provides information for job error
QuickIOTransferJobErrorEventArgs(IQuickIOTransferJob job, Exception e)
Creates a new instance of QuickIOTransferJobErrorEventArgs
public void QuickIOTransferJobErrorEventArgs(IQuickIOTransferJob job, Exception e)
Parameters
job
IQuickIOTransferJobAffected job
e
ExceptionException
Exception
Error
public Exception Exception { get; set; }