Table of Contents

Class InvalidOperationError

Namespace
Rascal.Errors
Assembly
Rascal.dll

An error which represents an invalid operation.

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

Constructors

InvalidOperationError(string?)

An error which represents an invalid operation.

public InvalidOperationError(string? message = null)

Parameters

message string

An optional message describing the operation and why it is invalid.

Properties

Message

The message used to display the error.

public override string Message { get; }

Property Value

string
An error which represents an invalid operation.