GlobalExceptionHandler Class

Dependency injected handler for when unhandled Exceptions occur.

Definition

Namespace: MobileTrack.Web.Portal
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
internal sealed class GlobalExceptionHandler : IExceptionHandler
Inheritance
Object    GlobalExceptionHandler
Implements
IExceptionHandler

Constructors

GlobalExceptionHandler Dependency injected handler for when unhandled Exceptions occur.

Methods

TryHandleAsync Tries to handle the specified exception asynchronously within the ASP.NET Core pipeline. Implementations of this method can provide custom exception-handling logic for different scenarios.

See Also