Table of Contents

Class ParsedExpressionBuilderParameterCountError

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

Represents an error that occurred during IParsedExpression<TArg, TResult> creation due to an invalid number of parameters.

public sealed class ParsedExpressionBuilderParameterCountError : ParsedExpressionBuilderError
Inheritance
ParsedExpressionBuilderParameterCountError
Inherited Members

Properties

ActualParameterCount

Actual number of parameters.

public int ActualParameterCount { get; }

Property Value

int

ExpectedParameterCount

Expected number of parameters.

public int ExpectedParameterCount { get; }

Property Value

int

Methods

ToString()

Returns a string representation of this ParsedExpressionBuilderParameterCountError instance.

[Pure]
public override string ToString()

Returns

string

String representation.