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

This exception is thrown when the connection you have is wrong for what you're trying to do.
상속: ExceptionWithConnectionInfo
파일 보기 프로젝트 열기: azavea/net-dao

공개 메소드들

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

This connection can't do that.

메소드 상세

BadConnectionTypeException() 공개 메소드

This connection can't do that.
public BadConnectionTypeException ( 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.