Click or drag to resize

AuthorizeControllerRoleAttributeOnException Method

Called when an exception occurs.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public void OnException(
	ExceptionContext filterContext
)
View Source

Parameters

filterContext  ExceptionContext
The filter context.

Implements

IExceptionFilter.OnException(ExceptionContext)
See Also