5 instantiations of InsufficientMemoryException
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\MemoryFailPoint.cs (3)
155
throw new
InsufficientMemoryException
(SR.InsufficientMemory_MemFailPoint_TooBig);
245
InsufficientMemoryException e = new
InsufficientMemoryException
(SR.InsufficientMemory_MemFailPoint);
257
InsufficientMemoryException e = new
InsufficientMemoryException
(SR.InsufficientMemory_MemFailPoint_VAFrag);
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
816
return new
InsufficientMemoryException
(SR.UDSConnectNoBufs, innerException);
822
return new
InsufficientMemoryException
(SR.InsufficentMemory, socketException);
8 references to InsufficientMemoryException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
300
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
InsufficientMemoryException
))]
netstandard (1)
netstandard.cs (1)
876
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
InsufficientMemoryException
))]
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\MemoryFailPoint.cs (2)
245
InsufficientMemoryException
e = new InsufficientMemoryException(SR.InsufficientMemory_MemFailPoint);
257
InsufficientMemoryException
e = new InsufficientMemoryException(SR.InsufficientMemory_MemFailPoint_VAFrag);
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ExceptionUtility.cs (1)
16
if ((exception is OutOfMemoryException && !(exception is
InsufficientMemoryException
)) ||
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
278
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.
InsufficientMemoryException
))]
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\DiagnosticUtility.cs (1)
18
if ((exception is OutOfMemoryException && !(exception is
InsufficientMemoryException
)) ||
System.ServiceModel.Federation (1)
System\Runtime\Fx.cs (1)
15
if (exception is OutOfMemoryException && !(exception is
InsufficientMemoryException
))