1 write to _exceptionDispatchInfo
Templates.Mvc.Tests (1)
src\Shared\E2ETesting\BrowserTestBase.cs (1)
85
_exceptionDispatchInfo
= ExceptionDispatchInfo.Capture(ex);
3 references to _exceptionDispatchInfo
Templates.Mvc.Tests (3)
src\Shared\E2ETesting\BrowserTestBase.cs (3)
30
if (
_exceptionDispatchInfo
!= null)
32
_exceptionDispatchInfo
.Throw();
33
throw
_exceptionDispatchInfo
.SourceException;