Table of Contents

Class ParsedExpressionFactoryBuilderException

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

Represents an error that occurred during an attempt to create an IParsedExpressionFactory instance.

public class ParsedExpressionFactoryBuilderException : InvalidOperationException, ISerializable
Inheritance
ParsedExpressionFactoryBuilderException
Implements
Inherited Members

Constructors

ParsedExpressionFactoryBuilderException(Chain<string>)

public ParsedExpressionFactoryBuilderException(Chain<string> messages)

Parameters

messages Chain<string>

Collection of error messages.

Properties

Messages

Collection of error messages.

public Chain<string> Messages { get; }

Property Value

Chain<string>