C# Class Azavea.Open.DAO.Exceptions.UnexpectedResultsException

This exception is thrown when we got something back that was incorrect, such as wrong data fields, or wrong number of results, etc.
Inheritance: ExceptionWithConnectionInfo
Afficher le fichier Open project: azavea/net-dao

Méthodes publiques

Méthode Description
UnexpectedResultsException ( string message, IConnectionDescriptor desc ) : System

Results from an operation were not correct.

UnexpectedResultsException ( string message, IConnectionDescriptor desc, Exception e ) : System

Results from an operation were not correct.

Method Details

UnexpectedResultsException() public méthode

Results from an operation were not correct.
public UnexpectedResultsException ( string message, IConnectionDescriptor desc ) : System
message string Start of the message, if you don't want to use the default.
desc IConnectionDescriptor Connection descriptor we connected with.
Résultat System

UnexpectedResultsException() public méthode

Results from an operation were not correct.
public UnexpectedResultsException ( string message, IConnectionDescriptor desc, Exception e ) : System
message string Start of the message, if you don't want to use the default.
desc IConnectionDescriptor Connection descriptor we connected with.
e System.Exception Exception that was thrown by the delegate.
Résultat System