Table of Contents

Class ParsedExpressionInvocationException

Namespace
LfrlAnvil.Computable.Expressions.Exceptions
Assembly
LfrlAnvil.Computable.Expressions.dll

Represents an error that can be thrown by compiled expression delegates.

public class ParsedExpressionInvocationException : Exception, ISerializable
Inheritance
ParsedExpressionInvocationException
Implements
Inherited Members

Constructors

ParsedExpressionInvocationException(string?, params object?[])

Creates a new ParsedExpressionInvocationException instance.

public ParsedExpressionInvocationException(string? format, params object?[] args)

Parameters

format string

Exception's message format.

args object[]

Exception's message arguments.

Properties

Args

Exception's message arguments.

public IReadOnlyList<object?> Args { get; }

Property Value

IReadOnlyList<object>

Format

Exception's message format.

public string Format { get; }

Property Value

string