Share via


IExceptionLogger Interface

 

Defines an unhandled exception logger.

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

Syntax

public interface IExceptionLogger
public interface class IExceptionLogger
type IExceptionLogger = interface end
Public Interface IExceptionLogger

Methods

Name Description
System_CAPS_pubmethod LogAsync(ExceptionLoggerContext, CancellationToken)

Logs an unhandled exception.

Extension Methods

Name Description
System_CAPS_pubmethod LogAsync(ExceptionContext, CancellationToken)

Calls an exception logger.(Defined by ExceptionLoggerExtensions.)

See Also

System.Web.Http.ExceptionHandling Namespace

Return to top