UnknownMemberException Class |
Exception that occurs when the user is trying to create a parameter value based on an unknown type hierarchy member.
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 UnknownMemberException : Exception
Public NotInheritable Class UnknownMemberException
Inherits Exception
public ref class UnknownMemberException sealed : public Exception
[<SealedAttribute>]
type UnknownMemberException =
class
inherit Exception
end
See Also