InvalidQueryException Class | 
 
            Exception that occurs when the reader processor cannot correctly query data.
            
Inheritance Hierarchy 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic sealed class InvalidQueryException : Exception
Public NotInheritable Class InvalidQueryException
	Inherits Exception
public ref class InvalidQueryException sealed : public Exception
[<SealedAttribute>]
type InvalidQueryException =  
    class
        inherit Exception
    end
See Also