WarehouseBuildException Class | 
 
            Exception that occurs when the server receives a data request for an warehouse object that has not been built.
            
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 WarehouseBuildException : Exception
Public NotInheritable Class WarehouseBuildException
	Inherits Exception
public ref class WarehouseBuildException sealed : public Exception
[<SealedAttribute>]
type WarehouseBuildException =  
    class
        inherit Exception
    end
See Also