ExceptionHelperTrySetLastError 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 (10.0.0.1002)
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