ExceptionHelperGetLastError Method

Gets the last error encountered by a session.

Namespace: Dundas.BI.WebApi
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static Exception? GetLastError(
	Guid sessionId
)

Parameters

sessionId  Guid
The session identifier.

Return Value

Exception
The exception last encountered, if any.
See Also