| RGAccessDeniedException Constructor (HttpContext, String) |
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax public RGAccessDeniedException(
HttpContext httpContext,
string message = null
)
Parameters
- httpContext
- Type: System.WebHttpContext
The HTTP context. - message (Optional)
- Type: SystemString
The message.
See Also