- Assembly
- Rocket
.Surgery .Airframe .Configuration .dll - Namespace
- Rocket
.Surgery .Airframe - Interfaces
-
- IObserver
<Exception>
- IObserver
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IObserver<Exception>"]
Type["DefaultExceptionHandler"]
class Type type-node
Syntax
public class DefaultExceptionHandler : IObserver<Exception>
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| Default |
Methods
| Name | Value | Summary |
|---|---|---|
| OnCompleted |
void | |
| OnError |
void | |
| OnNext |
void |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
