InvalidDataRetrievalEntityException Class |
Exception that occurs when the user tries to request data for an entity that does not support direct data retrieval.
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 InvalidDataRetrievalEntityException : Exception
Public NotInheritable Class InvalidDataRetrievalEntityException
Inherits Exception
public ref class InvalidDataRetrievalEntityException sealed : public Exception
[<SealedAttribute>]
type InvalidDataRetrievalEntityException =
class
inherit Exception
end
See Also