ReferenceMessages
ReferenceMessages.Instance (SystemMessages.Reference) contains message descriptions scraped from mscorlib.dll for Reference.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA3450023 | 0x80004003 | Exception | mscorlib.Arg_AccessViolationException | Attempted to read or write protected memory. This is often an indication that other memory is corrupt. | System.AccessViolationException |
0xA34500A0 | 0x80070057 | MustBeIdentityReferenceType | mscorlib.Arg_MustBeIdentityReferenceType | Type must be an IdentityReference, such as NTAccount or SecurityIdentifier. | System.ArgumentException |
0xA34500C5 | 0x80004003 | NullReferenceException | mscorlib.Arg_NullReferenceException | Object reference not set to an instance of an object. | System.NullReferenceException |
0xA3450100 | 0x80070057 | TypedReferenceNull | mscorlib.Arg_TypedReference_Null | The TypedReference must be initialized. | System.ArgumentException |
0xA3450647 | CannotCreateTypedReference | mscorlib.Argument_CannotCreateTypedReference | Cannot use function evaluation to create a TypedReference object. | ||
0xA345061E | 0x80004003 | Null | mscorlib.NullReference_This | The pointer for this method was null. | System.NullReferenceException |
0xA345077A | WeakReferenceNoLongerValid | mscorlib.WeakReference_NoLongerValid | The weak reference is no longer valid. |
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. ======================================================================*/