2 references to ConstructorThrowingComponent
Microsoft.AspNetCore.Components.Tests (2)
RendererTest.cs (2)
3967
builder.OpenComponent<
ConstructorThrowingComponent
>(0);
3977
Assert.Same(
ConstructorThrowingComponent
.Exception, Assert.Single(renderer.HandledExceptions).GetBaseException());