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
Properties
Args
Exception's message arguments.
public IReadOnlyList<object?> Args { get; }
Property Value
Format
Exception's message format.
public string Format { get; }