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