Summary
RequestException.
- Assembly
- Rocket
.Surgery .Extensions .Abstractions .dll - Namespace
- Rocket
.Surgery - Base Types
-
- Exception
graph BT
Type-->Base0["Exception"]
Type["RequestException"]
class Type type-node
Syntax
public class RequestException : Exception
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
RequestException |
Initializes a new instance of the RequestException class.
|
RequestException |
Initializes a new instance of the RequestException class.
|
RequestException |
Initializes a new instance of the RequestException 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