C# Класс Azavea.Open.DAO.Exceptions.ExceptionWithConnectionInfo

This exception type is constructed with the database connection string as part of the message.
Наследование: Azavea.Open.Common.LoggingException
Показать файл Открыть проект

Открытые методы

Метод Описание
ExceptionWithConnectionInfo ( string message, IConnectionDescriptor desc, Exception e ) : System

An error occurred doing something with a database.

Описание методов

ExceptionWithConnectionInfo() публичный Метод

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.
Результат System