6 references to InsufficientMemoryException
System.ServiceModel.NetTcp (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
851return new InsufficientMemoryException(SR.TcpConnectNoBufs, innerException); 857return new InsufficientMemoryException(SR.InsufficentMemory, socketException);
System.ServiceModel.Primitives (2)
Internals\System\Runtime\Fx.cs (2)
367new InsufficientMemoryException(InternalSR.BufferAllocationFailed(size), exception)); 382new InsufficientMemoryException(InternalSR.BufferAllocationFailed(size * sizeof(char)), exception));
System.ServiceModel.UnixDomainSocket (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
816return new InsufficientMemoryException(SR.UDSConnectNoBufs, innerException); 822return new InsufficientMemoryException(SR.InsufficentMemory, socketException);