InvalidDataCubeException Class |
Exception that occurs when the user tries to request data from a
DataCube that is invalid or incompatible due to changes.
Inheritance Hierarchy
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public sealed class InvalidDataCubeException : Exception
Public NotInheritable Class InvalidDataCubeException
Inherits Exception
public ref class InvalidDataCubeException sealed : public Exception
[<SealedAttribute>]
type InvalidDataCubeException =
class
inherit Exception
end
See Also