Table of Contents

Class ParsedExpressionBuilderResultTypeError

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

Represents an error that occurred during IParsedExpression<TArg, TResult> creation due to an invalid result type.

public sealed class ParsedExpressionBuilderResultTypeError : ParsedExpressionBuilderError
Inheritance
ParsedExpressionBuilderResultTypeError
Inherited Members

Properties

ExpectedType

Expected result type.

public Type ExpectedType { get; }

Property Value

Type

ResultType

Actual result type.

public Type ResultType { get; }

Property Value

Type

Methods

ToString()

Returns a string representation of this ParsedExpressionBuilderResultTypeError instance.

[Pure]
public override string ToString()

Returns

string

String representation.