C# 클래스 Azavea.Open.DAO.Exceptions.UnableToConnectException

This exception is thrown when we are unable to connect to a database.
상속: ExceptionWithConnectionInfo
파일 보기 프로젝트 열기: azavea/net-dao

공개 메소드들

메소드 설명
UnableToConnectException ( IConnectionDescriptor desc, int numTimes, Exception e ) : System

Unable to establish a database connection.

메소드 상세

UnableToConnectException() 공개 메소드

Unable to establish a database connection.
public UnableToConnectException ( IConnectionDescriptor desc, int numTimes, Exception e ) : System
desc IConnectionDescriptor Connection descriptor we were using to try to connect.
numTimes int How many times in a row have we failed to connect, if /// known. This is used in the message only if it is greater /// than 1.
e System.Exception Exception that was thrown by the database driver.
리턴 System