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