Table of Contents

Class JobExceptionEventData

Namespace
JobFlow.Core.Events
Assembly
JobFlow.Core.dll

Exception occurred while processing a job.

public class JobExceptionEventData : EventData
Inheritance
JobExceptionEventData
Inherited Members
Extension Methods

Remarks

This event may be signaled when an exception occurs while dispatching a Job or while processing a WorkResponse.

Constructors

JobExceptionEventData(Job, string, Exception)

public JobExceptionEventData(Job job, string message, Exception e)

Parameters

job Job
message string
e Exception

Properties

Exception

public Exception Exception { get; set; }

Property Value

Exception

Job

public Job Job { get; set; }

Property Value

Job

Message

public string Message { get; set; }

Property Value

string