namespace WoofWare.NUnitTestRunner open System.Runtime.ExceptionServices [] module internal Exception = let reraiseWithOriginalStackTrace<'a> (e : exn) : 'a = let edi = ExceptionDispatchInfo.Capture e edi.Throw () failwith "unreachable"