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: 2.6.0
Syntax
C#
public RGAccessDeniedException(
	HttpContext httpContext,
	string message = null
)

Parameters

httpContext
Type: HttpContext
The HTTP context.
message (Optional)
Type: SystemString
The message.
See Also