SqlExecutionErrorException Constructors
An exception that is thrown when an unexpected error occurs during the execution of a SQL statement.Name | Parameters | Description |
---|---|---|
SqlExecutionErrorException(String, String, Exception) | sql, parameters, innerException | Initializes a new instance of the SqlExecutionErrorException class with the specified settings. |
See Also