Table of Contents

Class ParsedExpressionBuilderMissingFunctionError

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

Represents an error that occurred during IParsedExpression<TArg, TResult> creation due to a missing function.

public sealed class ParsedExpressionBuilderMissingFunctionError : ParsedExpressionBuilderError
Inheritance
ParsedExpressionBuilderMissingFunctionError
Inherited Members

Properties

ParameterTypes

Function's parameter types.

public IReadOnlyList<Type> ParameterTypes { get; }

Property Value

IReadOnlyList<Type>

Methods

ToString()

Returns a string representation of this ParsedExpressionBuilderMissingFunctionError instance.

[Pure]
public override string ToString()

Returns

string

String representation.