Table of Contents

Class SqlCompilerConfigurationException

Namespace
LfrlAnvil.Sql.Exceptions
Assembly
LfrlAnvil.Sql.Core.dll

Represents an error that occurred due to an invalid SQL compiler configuration.

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

Constructors

SqlCompilerConfigurationException(Chain<Pair<Expression, Exception>>)

Creates a new SqlCompilerConfigurationException instance.

public SqlCompilerConfigurationException(Chain<Pair<Expression, Exception>> errors)

Parameters

errors Chain<Pair<Expression, Exception>>

Collection of underlying errors.

Properties

Errors

Collection of underlying errors.

public Chain<Pair<Expression, Exception>> Errors { get; }

Property Value

Chain<Pair<Expression, Exception>>