Class NullError
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
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.