Click or drag to resize

RGAccessDeniedException Constructor (HttpContext, String)

Initializes a new instance of the RGAccessDeniedException class.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public RGAccessDeniedException(
	HttpContext httpContext,
	string message = null
)

Parameters

httpContext
Type: Microsoft.AspNetCore.HttpHttpContext
The HTTP context.
message (Optional)
Type: SystemString
The message.
See Also