Method ReThrow ReThrow(Exception) Simple utilty method that takes a previously caught and rethrows either or an unchecked exception. If the argument is null then this method does nothing. Declaration public static void ReThrow(Exception th) Parameters Type Name Description Exception th