This member overrides ExceptionFilterAttribute.OnException(HttpActionExecutedContext).
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overrides Sub OnException ( _
    actionExecutedContext As HttpActionExecutedContext _
)
public override void OnException(
    HttpActionExecutedContext actionExecutedContext
)
public:
virtual void OnException(
    HttpActionExecutedContext^ actionExecutedContext
) override
abstract OnException : 
        actionExecutedContext:HttpActionExecutedContext -> unit  
override OnException : 
        actionExecutedContext:HttpActionExecutedContext -> unit
public override function OnException(
    actionExecutedContext : HttpActionExecutedContext
)
Parameters
- actionExecutedContext
 Type: System.Web.Http.Filters.HttpActionExecutedContext
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.