Table of Contents

Class ParsedExpressionBuilderConstructError

Namespace
LfrlAnvil.Computable.Expressions.Errors
Assembly
LfrlAnvil.Computable.Expressions.dll

Represents an error that occurred during IParsedExpression<TArg, TResult> creation due to an exception thrown by a construct.

public sealed class ParsedExpressionBuilderConstructError : ParsedExpressionBuilderError
Inheritance
ParsedExpressionBuilderConstructError
Inherited Members

Properties

Construct

Construct that has thrown the Exception.

public object Construct { get; }

Property Value

object

Exception

Thrown exception.

public Exception? Exception { get; }

Property Value

Exception

Methods

ToString()

Returns a string representation of this ParsedExpressionBuilderConstructError instance.

[Pure]
public override string ToString()

Returns

string

String representation.