4 references to ERROR_NOT_ENOUGH_MEMORY
System (4)
compmod\system\codedom\compiler\Executor.cs (1)
321
if (err == NativeMethods.
ERROR_NOT_ENOUGH_MEMORY
)
net\System\Net\_WinHttpWebProxyDataBuilder.cs (1)
50
if (errorCode == Microsoft.Win32.NativeMethods.
ERROR_NOT_ENOUGH_MEMORY
)
net\System\Net\WinHttpWebProxyFinder.cs (1)
246
if (errorCode == NativeMethods.
ERROR_NOT_ENOUGH_MEMORY
)
services\monitoring\system\diagnosticts\Process.cs (1)
2253
case NativeMethods.SE_ERR_OOM: error = NativeMethods.
ERROR_NOT_ENOUGH_MEMORY
; break;