4 references to ReceivedException
Microsoft.AspNetCore.Components.Tests (4)
ComponentBaseTest.cs (4)
403
Assert.NotNull(capturedBoundary!.
ReceivedException
);
404
Assert.Equal(typeof(InvalidTimeZoneException), capturedBoundary!.
ReceivedException
.GetType());
435
Assert.NotNull(capturedBoundary!.
ReceivedException
);
436
Assert.Equal(typeof(InvalidTimeZoneException), capturedBoundary!.
ReceivedException
.GetType());