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
파일 보기 프로젝트 열기: azavea/net-dao

공개 메소드들

메소드 설명
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