ServiceExceptionLogger.Log(ExceptionLoggerContext) Method

Definition

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.

public override void Log (System.Web.Http.ExceptionHandling.ExceptionLoggerContext context);
override this.Log : System.Web.Http.ExceptionHandling.ExceptionLoggerContext -> unit
Public Overrides Sub Log (context As ExceptionLoggerContext)

Parameters

context
System.Web.Http.ExceptionHandling.ExceptionLoggerContext

The System.Web.Http.ExceptionHandling.ExceptionLoggerContext for this unhandled exception.

Applies to