Table of Contents

Class ParsedExpressionBuilderMissingUnaryOperatorError

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

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

public sealed class ParsedExpressionBuilderMissingUnaryOperatorError : ParsedExpressionBuilderError
Inheritance
ParsedExpressionBuilderMissingUnaryOperatorError
Inherited Members

Properties

ArgumentType

Argument's type.

public Type ArgumentType { get; }

Property Value

Type

Methods

ToString()

Returns a string representation of this ParsedExpressionBuilderMissingUnaryOperatorError instance.

[Pure]
public override string ToString()

Returns

string

String representation.