ExceptionHelperGetLastError Method

Gets the last error encountered by a session.

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

Parameters

sessionId
Type: SystemGuid
The session identifier.

Return Value

Type: Exception
The exception last encountered, if any.
See Also