Skip to content

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

NameTypeDescription
exceptionExceptionException to rethrow.