Summary
NotFoundException.
- Assembly
- Rocket
.Surgery .Extensions .Abstractions .dll - Namespace
- Rocket
.Surgery - Base Types
-
- Exception
graph BT
Type-->Base0["Exception"]
Type["NotFoundException"]
class Type type-node
Syntax
public class NotFoundException : Exception
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
NotFoundException |
Initializes a new instance of the NotFoundException class.
|
NotFoundException |
Initializes a new instance of the NotFoundException class.
|
NotFoundException |
Initializes a new instance of the NotFoundException class.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- System.Exception