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