ServiceExceptionFilterAttribute::OnException Method (HttpActionExecutedContext^)

 

Logs the unhandled exception using LogCategories which makes it show up in the application log unless the application has been configured to not log such events.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
virtual void OnException(
	HttpActionExecutedContext^ actionExecutedContext
) override

Parameters

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

The HttpActionExecutedContext for this exception.

Return to top
Show: