Table of Contents

Class SqlDataTypeException

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

Represents an error that occurred due to invalid ISqlDataType parameter values.

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

Constructors

SqlDataTypeException(Chain<Pair<SqlDataTypeParameter, int>>)

Creates a new SqlDataTypeException instance.

public SqlDataTypeException(Chain<Pair<SqlDataTypeParameter, int>> parameters)

Parameters

parameters Chain<Pair<SqlDataTypeParameter, int>>

Collection of (parameter-definition, invalid-value) pairs.