C# Class Microsoft.Legal.MatterCenter.Service.Filters.MatterCenterExceptionFilter

All unhandled exception in the matter center will be handled by this class. This MatterCenterExceptionFilter will be added to StartUp.cs
Inheritance: IExceptionFilter
Afficher le fichier Open project: Microsoft/mattercenter

Méthodes publiques

Méthode Description
MatterCenterExceptionFilter ( ILoggerFactory logger ) : Microsoft.AspNet.Mvc
MatterCenterExceptionFilter ( ILoggerFactory logger, string instrumentationKey ) : Microsoft.AspNetCore.Mvc
OnException ( ExceptionContext context ) : void

Method Details

MatterCenterExceptionFilter() public méthode

public MatterCenterExceptionFilter ( ILoggerFactory logger ) : Microsoft.AspNet.Mvc
logger ILoggerFactory
Résultat Microsoft.AspNet.Mvc

MatterCenterExceptionFilter() public méthode

public MatterCenterExceptionFilter ( ILoggerFactory logger, string instrumentationKey ) : Microsoft.AspNetCore.Mvc
logger ILoggerFactory
instrumentationKey string
Résultat Microsoft.AspNetCore.Mvc

OnException() public méthode

public OnException ( ExceptionContext context ) : void
context ExceptionContext
Résultat void