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

This exception type is constructed with the database connection string as part of the message.
Inheritance: Azavea.Open.Common.LoggingException
Datei anzeigen Open project: azavea/net-dao

Public Methods

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

An error occurred doing something with a database.

Method Details

ExceptionWithConnectionInfo() public method

An error occurred doing something with a database.
public ExceptionWithConnectionInfo ( string message, IConnectionDescriptor desc, Exception e ) : System
message string What happened.
desc IConnectionDescriptor The connection info will be appended to the message.
e System.Exception Inner exception that caused this one to be thrown.
return System