Click or drag to resize

RGAccessDeniedException Class

RecroGrid permission exception.
Inheritance Hierarchy

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public class RGAccessDeniedException : RGCustomException

The RGAccessDeniedException type exposes the following members.

Constructors
  NameDescription
Public methodRGAccessDeniedException(String)
Initializes a new instance of the RGAccessDeniedException class. The message.
Public methodRGAccessDeniedException(HttpContext, String)
Initializes a new instance of the RGAccessDeniedException class.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Initializes a new instance of the RGAccessDeniedException class. Log:UserId,EntityId.
Top
See Also