Table of Contents

Class CancellationError

Namespace
Rascal.Errors
Assembly
Rascal.dll

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 string

The 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.