Table of Contents

Class WorkerException

Namespace
JobFlow.Models.Jobs.Workers
Assembly
JobFlow.Models.dll
public class WorkerException : Exception, ISerializable
Inheritance
object
WorkerException
Implements
Inherited Members
Extension Methods

Constructors

WorkerException()

public WorkerException()

WorkerException(string, string)

public WorkerException(string message, string details)

Parameters

message string
details string

WorkerException(string, string, Exception)

public WorkerException(string message, string details, Exception innerException)

Parameters

message string
details string
innerException Exception

Properties

Messages

public List<ResponseLogEntry> Messages { get; set; }

Property Value

List<ResponseLogEntry>

Properties

public Dictionary<string, string> Properties { get; set; }

Property Value

Dictionary<string, string>

Status

public WorkResponseStatus Status { get; set; }

Property Value

WorkResponseStatus