DefaultExceptionHandler Class

Assembly
Rocket.Surgery.Airframe.Configuration.dll
Namespace
Rocket.Surgery.Airframe
Interfaces
  • IObserver<Exception>
Base Types
  • Object
DefaultExceptionHandler
Object
IObserver

Syntax

public class DefaultExceptionHandler : IObserver<Exception>

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Methods

Name Value Summary
OnCompleted() void
OnError(Exception) void
OnNext(Exception) void

Extension Methods