Class SqlObjectBuilderException
- Namespace
- LfrlAnvil.Sql.Exceptions
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents an error that occurred due to an invalid ISqlObjectBuilder state.
public class SqlObjectBuilderException : InvalidOperationException, ISerializable
- Inheritance
-
SqlObjectBuilderException
- Implements
- Inherited Members
Constructors
SqlObjectBuilderException(SqlDialect, Chain<string>)
Creates a new SqlObjectBuilderException instance.
public SqlObjectBuilderException(SqlDialect dialect, Chain<string> errors)
Parameters
dialect
SqlDialectSQL dialect with which the object is associated.
errors
Chain<string>Collection of error messages.
Properties
Dialect
SQL dialect with which the object is associated.
public SqlDialect Dialect { get; }
Property Value
Errors
Collection of error messages.
public Chain<string> Errors { get; }