Table of Contents

Class SqlExecuteException

Namespace
IceCoffee.Db4Net
Assembly
IceCoffee.Db4Net.dll

Represents an exception that is thrown when a SQL execution error occurs.

public class SqlExecuteException : Exception, ISerializable
Inheritance
SqlExecuteException
Implements
Inherited Members

Properties

Sql

Gets or sets the SQL statement that was executed.

public string? Sql { get; set; }

Property Value

string