RequestExceptionFilter Class

Summary

Not found exception that catches not found messages that might have been thrown by calling code.
Assembly
Rocket.Surgery.AspNetCore.dll
Namespace
Rocket.Surgery.AspNetCore.Filters
Interfaces
  • IExceptionFilter
  • IFilterMetadata
  • IAsyncExceptionFilter
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IExceptionFilter"] Type-.->Interface1["IFilterMetadata"] Type-.->Interface2["IAsyncExceptionFilter"] Type["RequestExceptionFilter"] class Type type-node

Syntax

public class RequestExceptionFilter : IExceptionFilter, IFilterMetadata, IAsyncExceptionFilter

Constructors

Name Summary
RequestExceptionFilter(ProblemDetailsFactory) Not found exception that catches not found messages that might have been thrown by calling code.

Methods

Extension Methods