2 references to Exception
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (2)
3977
Assert.Same(ConstructorThrowingComponent.
Exception
, Assert.Single(renderer.HandledExceptions).GetBaseException());
3986
throw
Exception
;