Class CancellationError
An error which represents the cancellation of a task.
public sealed class CancellationError : Error
- Inheritance
-
CancellationError
- Inherited Members
- Extension Methods
Constructors
CancellationError(string?)
An error which represents the cancellation of a task.
public CancellationError(string? message = null)
Parameters
message
stringThe optional message describing the task cancellation.
Properties
Message
The message used to display the error.
public override string Message { get; }
Property Value
- string
- An error which represents the cancellation of a task.