QueryProcessingException

The exception is thrown when something bad has happen while query passing to server or loading from server. This exception has no bearing on the SQL errors.

class QueryProcessingException : Exception {}

Meta