ExceptionFilterAttribute::OnException Method (HttpActionExecutedContext^)

 

Raises the exception event.

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

public:
virtual void OnException(
	HttpActionExecutedContext^ actionExecutedContext
)

Parameters

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

The context for the action.

Return to top
Show: