Click or drag to resize
ApplicationHandleAuthorisationFault Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Handle an auhtorisation fault from the Enterprise Service by showing the login prompt and getting a new Auth Token

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool HandleAuthorisationFault(
	Exception ex
)

Parameters

ex
Type: SystemException

Return Value

Type: Boolean
true if the given exception indicates an authorisation fault
Remarks