GlobalExceptionHandler Class
Dependency injected handler for when unhandled
Exceptions occur.
Namespace: MobileTrack.Web.PortalAssembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
internal sealed class GlobalExceptionHandler : IExceptionHandler
- Inheritance
- Object GlobalExceptionHandler
- Implements
- IExceptionHandler
| 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.
|