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