Method Rethrow
Rethrow(Exception?)
Rethrows the specified exception with the correct call stack information.
public static void Rethrow(Exception? e)
Parameters
e
ExceptionPreviously thrown exception.
Rethrows the specified exception with the correct call stack information.
public static void Rethrow(Exception? e)
e
ExceptionPreviously thrown exception.