ServiceExceptionLogger.Log Method (ExceptionLoggerContext)

 

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 Overrides Sub Log (
	context As ExceptionLoggerContext
)

Parameters

context
Type: System.Web.Http.ExceptionHandling.ExceptionLoggerContext

The ExceptionLoggerContext for this unhandled exception.

Return to top
Show: