IExceptionServices interface¶
Attributes: [EditorBrowsable(EditorBrowsableState.1)]
Defined in
Namespace: System.Reactive.PlatformServices
Assembly: System.Reactive.dll
Full name: System.Reactive.PlatformServices.IExceptionServices
Modifiers: public abstract
Summary¶
(Infrastructure) Services to rethrow exceptions.
Applies to
netstandard2.0
Remarks¶
This type is used by the Rx infrastructure and not meant for public consumption or implementation.
No guarantees are made about forward compatibility of the type's functionality and its usage.
Methods¶
| Name | Summary |
|---|---|
| Rethrow | Rethrows the specified exception. |