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 (24.3.0.1000)
Syntax
public static void TrySetLastError(
	HttpContext httpContext,
	Exception exception
)

Parameters

httpContext
Type: Microsoft.AspNetCore.HttpHttpContext
The HTTP context.
exception
Type: SystemException
The exception.
See Also