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