Class JobExceptionEventData
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
Properties
Exception
public Exception Exception { get; set; }
Property Value
Job
public Job Job { get; set; }
Property Value
- Job
Message
public string Message { get; set; }