Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ExceptionFilterAttribute.OnException Method (HttpActionExecutedContext)

 

Raises the exception event.

Namespace:   System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)

Public Overridable Sub OnException (
	actionExecutedContext As HttpActionExecutedContext
)

Parameters

actionExecutedContext
Type: System.Web.Http.Filters.HttpActionExecutedContext

The context for the action.

Return to top
Show: