MemoryMessages
MemoryMessages.Instance (SystemMessages.Memory) contains message descriptions scraped from mscorlib.dll for Memory.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA3450373 | 0x8013153D | MemFailPoint | mscorlib.InsufficientMemory_MemFailPoint | Insufficient available memory to meet the expected demands of an operation at this time. Please try again later. | System.InsufficientMemoryException |
0xA3450374 | 0x8013153D | MemFailPointTooBig | mscorlib.InsufficientMemory_MemFailPoint_TooBig | Insufficient memory to meet the expected demands of an operation, and this system is likely to never satisfy this request. If this is a 32 bit system, consider booting in 3 GB mode. | System.InsufficientMemoryException |
0xA3450375 | 0x8013153D | MemFailPointVAFrag | mscorlib.InsufficientMemory_MemFailPoint_VAFrag | Insufficient available memory to meet the expected demands of an operation at this time, possibly due to virtual address space fragmentation. Please try again later. | System.InsufficientMemoryException |
0xA34504AF | 0x8007000E | OutOfMemoryGCHandleMDA | mscorlib.OutOfMemory_GCHandleMDA | The GCHandle MDA has run out of available cookies. | System.OutOfMemoryException |
This document is partially derived from work with following license.
/*This file is a derivate of a source file that has following license (below). ======================================================================== The MIT License (MIT) Copyright (c) Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ======================================================================*/