Class ParsedExpressionThrow
- Namespace
- LfrlAnvil.Computable.Expressions.Constructs.Variadic
- Assembly
- LfrlAnvil.Computable.Expressions.dll
Represents a throw exception construct.
public sealed class ParsedExpressionThrow : ParsedExpressionVariadicFunction
- Inheritance
-
ParsedExpressionThrow
- Inherited Members
Remarks
Throws ParsedExpressionInvocationException exceptions.
Constructors
ParsedExpressionThrow()
Creates a new ParsedExpressionThrow instance.
public ParsedExpressionThrow()
Methods
Process(IReadOnlyList<Expression>)
Processes this construct.
[Pure]
protected override Expression Process(IReadOnlyList<Expression> parameters)
Parameters
parameters
IReadOnlyList<Expression>Parameters to process.
Returns
- Expression
New Expression.