HttpRequestExtensionsTrySetLastError Method

Sets the last error encountered by the current engine session.

Namespace: Dundas.BI.WebApi
Assembly: Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static void TrySetLastError(
	HttpContext httpContext,
	Exception exception
)

Parameters

httpContext  HttpContext
The HTTP context.
exception  Exception
The exception.
See Also