Table of Contents

Method Rethrow

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Rethrow(Exception?)

Rethrows the specified exception with the correct call stack information.

public static void Rethrow(Exception? e)

Parameters

e Exception

Previously thrown exception.