ResourcesMessages
ResourcesMessages.Instance (SystemMessages.Resources) contains message descriptions scraped from mscorlib.dll for System.Resources.*.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA3450080 | 0x80070057 | InvalidSatelliteContractAsmVer | mscorlib.Arg_InvalidSatelliteContract_Asm_Ver | Satellite contract version attribute on the assembly '{0}' specifies an invalid version: {1}. | System.ArgumentException |
0xA3450090 | 0x80131532 | ArgMissingManifestResourceException | mscorlib.Arg_MissingManifestResourceException | Unable to find manifest resource. | System.Resources.MissingManifestResourceException |
0xA34500EE | 0x80070057 | ResMgrNotResSet | mscorlib.Arg_ResMgrNotResSet | Type parameter must refer to a subclass of ResourceSet. | System.ArgumentException |
0xA34501E4 | 0x80070057 | MustBeRuntimeAssembly | mscorlib.Argument_MustBeRuntimeAssembly | Assembly must be a runtime Assembly object. | System.ArgumentException |
0xA34501E9 | 0x80070057 | MustBeRuntimeType | mscorlib.Argument_MustBeRuntimeType | Type must be a runtime Type object. | System.ArgumentException |
0xA3450261 | 0x80004003 | Assembly | mscorlib.ArgumentNull_Assembly | Assembly cannot be null. | System.ArgumentNullException |
0xA345044F | 0x80131532 | LooselyLinked | mscorlib.MissingManifestResource_LooselyLinked | Could not find a manifest resource entry called "{0}" in assembly "{1}". Please check spelling, capitalization, and build rules to ensure "{0}" is being linked into the assembly. | System.Resources.MissingManifestResourceException |
0xA3450450 | 0x80131532 | MultipleBlobs | mscorlib.MissingManifestResource_MultipleBlobs | A case-insensitive lookup for resource file "{0}" in assembly "{1}" found multiple entries. Remove the duplicates or specify the exact case. | System.Resources.MissingManifestResourceException |
0xA3450451 | 0x80131532 | NoNeutralAsm | mscorlib.MissingManifestResource_NoNeutralAsm | Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "{0}" was correctly embedded or linked into assembly "{1}" at compile time, or that all the satellite assemblies required are loadable and fully signed. | System.Resources.MissingManifestResourceException |
0xA3450452 | 0x80131532 | NoNeutralDisk | mscorlib.MissingManifestResource_NoNeutralDisk | Could not find any resources appropriate for the specified culture (or the neutral culture) on disk. | System.Resources.MissingManifestResourceException |
0xA3450453 | 0x80131532 | NoPRIresources | mscorlib.MissingManifestResource_NoPRIresources | Unable to open Package Resource Index. | System.Resources.MissingManifestResourceException |
0xA3450454 | 0x80131532 | ResWFileNotLoaded | mscorlib.MissingManifestResource_ResWFileNotLoaded | Unable to load resources for resource file "{0}" in package "{1}". | System.Resources.MissingManifestResourceException |
0xA345045A | 0x80131536 | CultureName | mscorlib.MissingSatelliteAssembly_Culture_Name | The satellite assembly named "{1}" for fallback culture "{0}" either could not be found or could not be loaded. This is generally a setup problem. Please consider reinstalling or repairing the application. | System.Resources.MissingSatelliteAssemblyException |
0xA345045B | 0x80131536 | Default | mscorlib.MissingSatelliteAssembly_Default | Resource lookup fell back to the ultimate fallback resources in a satellite assembly, but that satellite either was not found or could not be loaded. Please consider reinstalling or repairing the application. | System.Resources.MissingSatelliteAssemblyException |
0xA3450678 | ArgumentManifestFileDoesNotExist | mscorlib.Argument_ManifestFileDoesNotExist | The specified manifest file does not exist. | ||
0xA345063D | ArgumentUnableToParseManifest | mscorlib.Argument_UnableToParseManifest | Unexpected error while parsing the specified manifest. | ||
0xA345062E | NoDebugResources | mscorlib.NoDebugResources | [{0}] Arguments: {1} Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version={2}&File={3}&Key={4} |
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. ======================================================================*/