Table of Contents

Class NullError

Namespace
Rascal.Errors
Assembly
Rascal.dll

An error which represents something which is null.

public sealed class NullError : Error
Inheritance
NullError
Inherited Members
Extension Methods

Constructors

NullError(string?)

An error which represents something which is null.

public NullError(string? message = null)

Parameters

message string

An optional message describing the thing which is null.

Properties

Message

The message used to display the error.

public override string Message { get; }

Property Value

string
An error which represents something which is null.