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

Parameters

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