InvalidFunctionMemberLoaderException Class

Exception related to the fact that function hierarchy members cannot be retrieved outside of the function computation.
Inheritance Hierarchy
SystemObject
  SystemException
    Dundas.BI.Data.FunctionsInvalidFunctionMemberLoaderException

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
[SerializableAttribute]
public class InvalidFunctionMemberLoaderException : Exception

The InvalidFunctionMemberLoaderException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidFunctionMemberLoaderException
Initializes a new instance of the InvalidFunctionMemberLoaderException class.
Public methodInvalidFunctionMemberLoaderException(String)
Initializes a new instance of the InvalidFunctionMemberLoaderException class with a specific message.
Protected methodInvalidFunctionMemberLoaderException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidFunctionMemberLoaderException class with serialized data.
Public methodInvalidFunctionMemberLoaderException(String, Exception)
Initializes a new instance of the InvalidFunctionMemberLoaderException class.
Top
Extension Methods
  NameDescription
Public Extension MethodGetDetailsMessage
Gets the details message associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodGetErrorCode
Gets the error code associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodGetHelpTopicReference
Gets the help topic reference associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodGetSupplementalMessage
Gets the supplemental message associated with an Exception.
(Defined by ExceptionExtensions.)
Public Extension MethodSetAsDisplayException
Marks the exception as the "display" exception.
(Defined by ExceptionExtensions.)
Public Extension MethodSetDetailsMessage
Sets the details message on an exception object.
(Defined by ExceptionExtensions.)
Public Extension MethodSetErrorCode
Sets the error code on an exception object.
(Defined by ExceptionExtensions.)
Public Extension MethodSetHelpTopicReference
Sets an associated help topic reference on an exception object.
(Defined by ExceptionExtensions.)
Public Extension MethodSetSupplementalMessage
Sets the supplemental message on an exception object.
(Defined by ExceptionExtensions.)
Top
See Also