Method RethrowIf
RethrowIf(Exception?, bool)
Rethrows the specified exception with the correct call stack information if the condition is true.
public static void RethrowIf(Exception? e, bool condition)
Rethrows the specified exception with the correct call stack information if the condition is true.
public static void RethrowIf(Exception? e, bool condition)