4 references to OutOfMemoryException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
461
return new
OutOfMemoryException
(SRServiceModel.TcpConnectNoBufs, innerException);
467
return new
OutOfMemoryException
(SRServiceModel.InsufficentMemory, socketException);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\InsufficientMemoryException.cs (1)
33
:
base
(message ?? GetDefaultMessage(), innerException)
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.cs (1)
457
throw new
OutOfMemoryException
(SR.ErrorCreatingHandle, e);