IExceptionServices.Rethrow(Exception) method¶
Defined in
Type: IExceptionServices
Namespace: System.Reactive.PlatformServices
Assembly: System.Reactive.dll
Applies to
netstandard2.0
Attributes: [DoesNotReturn]
void Rethrow(Exception exception)
Summary: Rethrows the specified exception.
Parameters
| Name | Type | Description |
|---|---|---|
exception | Exception | Exception to rethrow. |