| 
            
              AuthorizeControllerRoleAttributeOnException Method
             | 
          
        
        
            Called when an exception occurs.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
Syntaxpublic void OnException(
	ExceptionContext filterContext
)
Public Sub OnException ( 
	filterContext As ExceptionContext
)
public:
virtual void OnException(
	ExceptionContext^ filterContext
) sealed
abstract OnException : 
        filterContext : ExceptionContext -> unit 
override OnException : 
        filterContext : ExceptionContext -> unit function OnException(filterContext);
 View SourceParameters
- filterContext  ExceptionContext
 - The filter context.
 
Implements
IExceptionFilter.OnException(ExceptionContext)
See Also