IncompatibleCategoryException Class |
Exception that occurs when the user requests an
IAnalysisElement category change that is incompatible with the element data type.
Inheritance Hierarchy
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[SerializableAttribute]
public sealed class IncompatibleCategoryException : Exception
<SerializableAttribute>
Public NotInheritable Class IncompatibleCategoryException
Inherits Exception
[SerializableAttribute]
public ref class IncompatibleCategoryException sealed : public Exception
[<SealedAttribute>]
[<SerializableAttribute>]
type IncompatibleCategoryException =
class
inherit Exception
end
See Also