ClientConfigHandleAuthorisationFault Method |
|
DataPA OpenAnalytics API Reference
Handle an auhtorisation fault from the Enterprise Service by showing the login prompt and getting a new Auth Token
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool HandleAuthorisationFault(
Exception ex
)
Public Function HandleAuthorisationFault (
ex As Exception
) As Boolean
public:
virtual bool HandleAuthorisationFault(
Exception^ ex
) sealed
function HandleAuthorisationFault(ex);
Parameters
- ex
- Type: SystemException
Return Value
Type:
Booleantrue if the given exception indicates an authorisation fault
Remarks See Also