22 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)
406throw new OverflowException();
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (1)
1601Throw New OverflowException
Microsoft\VisualBasic\CompilerServices\SingleType.vb (1)
37Throw New OverflowException
NuGet.Packaging (1)
Signing\Cms\HeapBlockRetainer.cs (1)
22throw new OverflowException();
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnWriter.cs (2)
390throw new OverflowException(); 503throw new OverflowException();
System.Formats.Cbor (2)
System\Formats\Cbor\Reader\CborReader.Integer.cs (1)
115throw new OverflowException();
System\Formats\Cbor\Writer\CborWriter.cs (1)
281throw 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 (7)
src\runtime\src\libraries\System.Private.CoreLib\src\Internal\Runtime\CompilerHelpers\ThrowHelpers.cs (1)
53throw new OverflowException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
833return new System.OverflowException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
260throw new OverflowException();
System\Array.NativeAot.cs (1)
149throw new OverflowException();
System\GC.NativeAot.cs (2)
839throw new OverflowException(); 866throw new OverflowException();
System\RuntimeExceptionHelpers.cs (1)
93return 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();
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\HeapBlockRetainer.cs (2)
29throw new OverflowException(); 38throw new OverflowException();