C# Class Azavea.Open.DAO.Exceptions.UnableToConstructSqlException

This exception is thrown when we are unable to construct a SQL statement, possibly due to bad values, expression types that are not supported, etc.
Inheritance: ExceptionWithConnectionInfo
Datei anzeigen Open project: azavea/net-dao

Public Methods

Method Description
UnableToConstructSqlException ( string message, IConnectionDescriptor desc, Exception e ) : System

Unable to construct a SQL statement.

Method Details

UnableToConstructSqlException() public method

Unable to construct a SQL statement.
public UnableToConstructSqlException ( string message, IConnectionDescriptor desc, Exception e ) : System
message string Start of the message, if you don't want to use the default.
desc IConnectionDescriptor Connection descriptor we would have connected with.
e System.Exception Exception that was thrown by the database driver.
return System