InvalidOlapJoinException Class |
Exception that occurs when the user is tying to generate an OLAP based
MetricSet that requires an invalid join operation to an external structure.
Inheritance Hierarchy Namespace: Dundas.BI.Entities.MetricSetsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic sealed class InvalidOlapJoinException : Exception
Public NotInheritable Class InvalidOlapJoinException
Inherits Exception
public ref class InvalidOlapJoinException sealed : public Exception
[<SealedAttribute>]
type InvalidOlapJoinException =
class
inherit Exception
end
See Also