Skip to main content

Class WorkerException

Assembly: Taskurai.Worker.dll
Declaration
public class WorkerException : Exception, ISerializable

Inheritance: System.Object -> System.Exception

Derived:
Taskurai.Worker.StepException, Taskurai.Worker.TaskException

Implements:
System.Runtime.Serialization.ISerializable

Properties

StatusCode

Declaration
public int? StatusCode { get; }

Message

Declaration
public string Message { get; }

Methods

ToString()

Creates and returns a string representation of the current exception.

Declaration
public override string ToString()
Returns

System.String: A string representation of the current exception.

Implements

  • System.Runtime.Serialization.ISerializable