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