Table of Contents

Class SqlException

Namespace
LinqToDB.SqlQuery
Assembly
linq2db.dll
[Serializable]
public class SqlException : Exception, ISerializable, _Exception
Inheritance
SqlException
Implements
Inherited Members
Extension Methods

Constructors

SqlException()

public SqlException()

SqlException(Exception)

public SqlException(Exception innerException)

Parameters

innerException Exception

SqlException(SerializationInfo, StreamingContext)

protected SqlException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

SqlException(string)

public SqlException(string message)

Parameters

message string

SqlException(string, Exception)

public SqlException(string message, Exception innerException)

Parameters

message string
innerException Exception

SqlException(string, params object?[])

public SqlException(string message, params object?[] args)

Parameters

message string
args object[]