C# Class Aspectacular.AspNetRoleAuthorizationAspect

Enforces ASP.NET role membership authorization for methods or classes decorated with the DemandAspNetRoleAttribute.
Inheritance: AuthorizationAspect
Datei anzeigen Open project: vgribok/Aspectacular

Protected Methods

Method Description
ThrowAuthorizationException ( string errorMsg ) : void

Method Details

ThrowAuthorizationException() protected method

protected ThrowAuthorizationException ( string errorMsg ) : void
errorMsg string
return void