4 references to OutOfMemoryException
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
461return new OutOfMemoryException(SRServiceModel.TcpConnectNoBufs, innerException); 467return 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)
457throw new OutOfMemoryException(SR.ErrorCreatingHandle, e);