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

This exception is thrown when trying to use a transaction with a connection that doesn't support them.
상속: ExceptionWithConnectionInfo
파일 보기 프로젝트 열기: azavea/net-dao

공개 메소드들

메소드 설명
TransactionsNotSupportedException ( IConnectionDescriptor desc, string message )

This connection doesn't support transactions.

메소드 상세

TransactionsNotSupportedException() 공개 메소드

This connection doesn't support transactions.
public TransactionsNotSupportedException ( IConnectionDescriptor desc, string message )
desc IConnectionDescriptor Connection descriptor we were using to try to connect.
message string A message describing what is wrong with the connection type.