ExceptionHelperSetLastError Method

Sets the last error encountered for the session ID specified.

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 void SetLastError(
	Guid sessionId,
	Exception exception
)

Parameters

sessionId  Guid
The session identifier.
exception  Exception
The exception.
See Also