Azavea.Open.DAO.Exceptions.UnexpectedResultsException.UnexpectedResultsException C# (CSharp) Method

UnexpectedResultsException() public method

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.
return System
        public UnexpectedResultsException(string message, IConnectionDescriptor desc)
            : base(message, desc, null)
        {
        }

Same methods

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