2 references to Exception
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (2)
4018
Assert.Same(AttachThrowingComponent.
Exception
, Assert.Single(renderer.HandledExceptions).GetBaseException());
4027
throw
Exception
;