2 references to ArgumentOutOfRangeException
Microsoft.Extensions.Telemetry.Tests (1)
Logging\ExtendedLoggerTests.cs (1)
427
throw new
ArgumentOutOfRangeException
("EM2", (Exception?)null);
Microsoft.JSInterop (1)
JSRuntime.cs (1)
205
throw new
ArgumentOutOfRangeException
($"Element id '{id}' cannot be added to the byte arrays to be revived with length '{ByteArraysToBeRevived.Count}'.", innerException: null);