Click or drag to resize

RGAccessDeniedExceptionCreate Method

Initializes a new instance of the RGAccessDeniedException class. Log:UserId,EntityId.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static RGAccessDeniedException Create(
	RecroGrid rg,
	string message = null
)

Parameters

rg
Type: Recrovit.RecroGridFrameworkRecroGrid
The RecroGrid.
message (Optional)
Type: SystemString
The message.

Return Value

Type: RGAccessDeniedException
The RGAccessDeniedException.
See Also