NoCallerContextException Class |
The exception that is thrown when an attempt is made to access
CurrentContext
when there is currently no active caller context.
Inheritance Hierarchy
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public sealed class NoCallerContextException : InvalidOperationException
Public NotInheritable Class NoCallerContextException
Inherits InvalidOperationException
public ref class NoCallerContextException sealed : public InvalidOperationException
[<SealedAttribute>]
type NoCallerContextException =
class
inherit InvalidOperationException
end
Remarks
An active caller context is usually required to execute application functionality. Typically, the code
which starts the Engine will take care of creating this context whenever it is necessary.
See Also