Share via


ExceptionLoggerExtensions Class

 

Provides extension methods for IExceptionLogger.

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

Inheritance Hierarchy

System.Object
  System.Web.Http.ExceptionHandling.ExceptionLoggerExtensions

Syntax

public static class ExceptionLoggerExtensions
[ExtensionAttribute]
public ref class ExceptionLoggerExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ExceptionLoggerExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ExceptionLoggerExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static LogAsync(IExceptionLogger, ExceptionContext, CancellationToken)

Calls an exception logger.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Http.ExceptionHandling Namespace

Return to top