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.1.0.1001)
Syntax
[SerializableAttribute]
public sealed class NoCallerContextException : InvalidOperationException
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