ExceptionFilterAttribute.OnException Method
Raises the exception event.
Namespace: System.Web.Http.Filters
Assembly: System.Web.Http (in System.Web.Http.dll)
'Declaration Public Overridable Sub OnException ( _ actionExecutedContext As HttpActionExecutedContext _ ) 'Usage Dim instance As ExceptionFilterAttribute Dim actionExecutedContext As HttpActionExecutedContext instance.OnException(actionExecutedContext)
Parameters
- actionExecutedContext
- Type: System.Web.Http.Filters.HttpActionExecutedContext
The context for the action.
Show: