ExceptionHelperSetLastError Method

Sets the last error encountered for the session ID specified.

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public static void SetLastError(
	Guid sessionId,
	Exception exception
)

Parameters

sessionId
Type: SystemGuid
The session identifier.
exception
Type: SystemException
The exception.
See Also