Table of Contents

Class ParsedExpressionBuilderExceptionError

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

Represents an error that occurred during IParsedExpression<TArg, TResult> creation due to an unexpected factory exception.

public sealed class ParsedExpressionBuilderExceptionError : ParsedExpressionBuilderError
Inheritance
ParsedExpressionBuilderExceptionError
Inherited Members

Constructors

ParsedExpressionBuilderExceptionError(Exception)

Creates a new ParsedExpressionBuilderExceptionError instance.

public ParsedExpressionBuilderExceptionError(Exception exception)

Parameters

exception Exception

Thrown exception.

Properties

Exception

Thrown exception.

public Exception Exception { get; }

Property Value

Exception

Methods

ToString()

Returns a string representation of this ParsedExpressionBuilderExceptionError instance.

[Pure]
public override string ToString()

Returns

string

String representation.