Table of Contents

Class ExceptionError

Namespace
Rascal.Errors
Assembly
Rascal.dll

An error which is constructed from an exception.

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

Constructors

ExceptionError(Exception)

An error which is constructed from an exception.

public ExceptionError(Exception exception)

Parameters

exception Exception

The exception in the error.

Properties

Exception

The exception in the error.

public Exception Exception { get; }

Property Value

Exception
An error which is constructed from an exception.

Message

The exception in the error.

public override string Message { get; }

Property Value

string
An error which is constructed from an exception.