15 references to OverflowException
Microsoft.AspNetCore.OutputCaching (1)
FormatterBinaryReader.cs (1)
196private static void ThrowOverflowException() => throw new OverflowException();
Microsoft.Extensions.Caching.Hybrid (1)
Internal\HybridCachePayload.cs (1)
413throw new OverflowException();
Microsoft.Extensions.Http.Polly.Tests (1)
DependencyInjection\PollyHttpClientBuilderExtensionsTest.cs (1)
559public Func<Exception> CreateException { get; set; } = () => new OverflowException();
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
1601Throw New OverflowException
Microsoft\VisualBasic\CompilerServices\SingleType.vb (1)
37Throw New OverflowException
System.Formats.Cbor (2)
System\Formats\Cbor\Reader\CborReader.Integer.cs (1)
115throw new OverflowException();
System\Formats\Cbor\Writer\CborWriter.cs (1)
235throw new OverflowException();
System.Linq (1)
System\Linq\ThrowHelper.cs (1)
36internal static void ThrowOverflowException() => throw new OverflowException();
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\ArrayOperations.cs (1)
87throw new OverflowException();
System.Private.CoreLib (4)
src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (1)
328ExceptionIDs.Overflow => new OverflowException(),
src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
53throw new OverflowException();
src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
260throw new OverflowException();
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1045throw new OverflowException();
System.Private.Xml.Linq (1)
System\Xml\Linq\XHashtable.cs (1)
213throw new OverflowException();
System.Runtime.Numerics (1)
System\ThrowHelper.cs (1)
15throw new OverflowException();