ArgumentNullMessages
ArgumentNullMessages.Instance (SystemMessages.ArgumentNull) contains message descriptions scraped from mscorlib.dll for System.ArgumentNullException.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA3450262 | 0x80004003 | Buffer | mscorlib.ArgumentNull_Buffer | Buffer cannot be null. | System.ArgumentNullException |
0xA3450263 | 0x80070057 | Child | mscorlib.ArgumentNull_Child | Cannot have a null child. | System.ArgumentException |
0xA3450264 | 0x80004003 | Collection | mscorlib.ArgumentNull_Collection | Collection cannot be null. | System.ArgumentNullException |
0xA3450265 | 0x80004003 | Dictionary | mscorlib.ArgumentNull_Dictionary | Dictionary cannot be null. | System.ArgumentNullException |
0xA3450266 | 0x80004003 | FileName | mscorlib.ArgumentNull_FileName | File name cannot be null. | System.ArgumentNullException |
0xA3450267 | 0x80070057 | Generic | mscorlib.ArgumentNull_Generic | Value cannot be null. | System.ArgumentException |
0xA3450268 | 0x80004003 | Graph | mscorlib.ArgumentNull_Graph | Object Graph cannot be null. | System.ArgumentNullException |
0xA3450269 | 0x80004003 | Key | mscorlib.ArgumentNull_Key | Key cannot be null. | System.ArgumentNullException |
0xA345026A | 0x80004003 | NullMember | mscorlib.ArgumentNull_NullMember | Member at position {0} was null. | System.ArgumentNullException |
0xA345026B | 0x80004003 | Obj | mscorlib.ArgumentNull_Obj | Object cannot be null. | System.ArgumentNullException |
0xA345026C | 0x80004003 | Path | mscorlib.ArgumentNull_Path | Path cannot be null. | System.ArgumentNullException |
0xA345026D | 0x80004003 | SafeHandle | mscorlib.ArgumentNull_SafeHandle | SafeHandle cannot be null. | System.ArgumentNullException |
0xA345026E | 0x80004003 | Stream | mscorlib.ArgumentNull_Stream | Stream cannot be null. | System.ArgumentNullException |
0xA345026F | 0x80004003 | String | mscorlib.ArgumentNull_String | String reference not set to an instance of a String. | System.ArgumentNullException |
0xA3450270 | 0x80004003 | Type | mscorlib.ArgumentNull_Type | Type cannot be null. | System.ArgumentNullException |
0xA3450271 | 0x80004003 | TypeRequiredByResourceScope | mscorlib.ArgumentNull_TypeRequiredByResourceScope | The type parameter cannot be null when scoping the resource's visibility to Private or Assembly. | System.ArgumentNullException |
0xA3450272 | 0x80004003 | Waithandles | mscorlib.ArgumentNull_Waithandles | The waitHandles parameter cannot be null. | System.ArgumentNullException |
0xA3450273 | 0x80004003 | WithParamName | mscorlib.ArgumentNull_WithParamName | Parameter '{0}' cannot be null. | System.ArgumentNullException |
0xA34504E9 | 0x80004003 | PublisherToString | mscorlib.Publisher_ToString | Publisher | System.ArgumentNullException |
0xA34504EA | 0x80004003 | PublisherToStringArg | mscorlib.Publisher_ToStringArg | Publisher - {0} | System.ArgumentNullException |
0xA3450623 | 0x80004003 | ApplicationTrust | mscorlib.ArgumentNull_ApplicationTrust | The application trust cannot be null. | System.ArgumentNullException |
0xA345067E | 0x80004003 | AssemblyName | mscorlib.ArgumentNull_AssemblyName | AssemblyName cannot be null. | System.ArgumentNullException |
0xA345067F | 0x80004003 | AssemblyNameName | mscorlib.ArgumentNull_AssemblyNameName | AssemblyName.Name cannot be null or an empty string. | System.ArgumentNullException |
0xA3450621 | 0x80004003 | CriticalHandle | mscorlib.ArgumentNull_CriticalHandle | CriticalHandle cannot be null. | System.ArgumentNullException |
0xA345061F | 0x80004003 | CultureInfo | mscorlib.ArgumentNull_CultureInfo | CultureInfo cannot be null. | System.ArgumentNullException |
0xA3450620 | 0x80004003 | GUID | mscorlib.ArgumentNull_GUID | GUID cannot be null. | System.ArgumentNullException |
0xA3450622 | 0x80004003 | TypedRefType | mscorlib.ArgumentNull_TypedRefType | Type in TypedReference cannot be null. | System.ArgumentNullException |
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. ======================================================================*/