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

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

공개 메소드들

메소드 설명
UnableToCreateTransactionException ( IConnectionDescriptor desc, Exception e ) : System

Unable to begin a transaction against the database.

메소드 상세

UnableToCreateTransactionException() 공개 메소드

Unable to begin a transaction against the database.
public UnableToCreateTransactionException ( IConnectionDescriptor desc, Exception e ) : System
desc IConnectionDescriptor Connection descriptor we were using to try to connect.
e System.Exception Exception that was thrown by the database driver.
리턴 System