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