Class WorkerException
public class WorkerException : Exception, ISerializable
- Inheritance
-
objectWorkerException
- Implements
- Inherited Members
- Extension Methods
Constructors
WorkerException()
public WorkerException()
WorkerException(string, string)
public WorkerException(string message, string details)
Parameters
WorkerException(string, string, Exception)
public WorkerException(string message, string details, Exception innerException)
Parameters
Properties
Messages
public List<ResponseLogEntry> Messages { get; set; }
Property Value
Properties
public Dictionary<string, string> Properties { get; set; }
Property Value
Status
public WorkResponseStatus Status { get; set; }