Class SqlExecuteException
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; }