CustomAttributeException Class |
Exception that occurs when the user is trying to retrieve data using custom attribute tokens that are either missing or have invalid definitions.
Inheritance Hierarchy
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public sealed class CustomAttributeException : Exception
Public NotInheritable Class CustomAttributeException
Inherits Exception
public ref class CustomAttributeException sealed : public Exception
[<SealedAttribute>]
type CustomAttributeException =
class
inherit Exception
end
See Also