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 (10.0.0.1002)
Syntax[SerializableAttribute]
public sealed class WarehouseBuildException : Exception
<SerializableAttribute>
Public NotInheritable Class WarehouseBuildException
Inherits Exception
[SerializableAttribute]
public ref class WarehouseBuildException sealed : public Exception
[<SealedAttribute>]
[<SerializableAttribute>]
type WarehouseBuildException =
class
inherit Exception
end
See Also