Class ApiExceptionHandler
public class ApiExceptionHandler : ExceptionHandler, IExceptionHandler
- Inheritance
-
ApiExceptionHandler
- Implements
- Inherited Members
Constructors
ApiExceptionHandler()
public ApiExceptionHandler()
Methods
Handle(ExceptionHandlerContext)
When overridden in a derived class, handles the exception synchronously.
public override void Handle(ExceptionHandlerContext context)
Parameters
contextExceptionHandlerContextThe exception handler context.