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
- I
Async Exception Filter
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IExceptionFilter"]
Type-.->Interface1["IFilterMetadata"]
Type-.->Interface2["IAsyncExceptionFilter"]
Type["NotFoundExceptionFilter"]
class Type type-node
Syntax
public class NotFoundExceptionFilter : IExceptionFilter, IFilterMetadata, IAsyncExceptionFilter
Constructors
| Name | Summary |
|---|---|
| Not |
Methods
| Name | Value | Summary |
|---|---|---|
| OnException |
void | |
| OnExceptionAsync |
Task |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
