AssemblyMessages
AssemblyMessages.Instance (SystemMessages.Assembly) contains message descriptions scraped from mscorlib.dll for Assembly.
Code | HResult | Field Name | Key | Text | Exception |
---|---|---|---|---|---|
0xA345012B | 0x80131515 | ArgumentBadPersistableModuleInTransientAssembly | mscorlib.Argument_BadPersistableModuleInTransientAssembly | Cannot have a persistable module in a transient assembly. | System.NotSupportedException |
0xA3450154 | 0x80070057 | ArgumentDuplicateModuleName | mscorlib.Argument_DuplicateModuleName | Duplicate dynamic module name within an assembly. | System.ArgumentException |
0xA34501E7 | 0x80070057 | ArgumentMustBeRuntimeModule | mscorlib.Argument_MustBeRuntimeModule | Module must be a runtime Module object. | System.ArgumentException |
0xA34501F6 | 0x80070057 | ArgumentNoModuleFileExtension | mscorlib.Argument_NoModuleFileExtension | Module file name '{0}' must have file extension. | System.ArgumentException |
0xA3450207 | 0x80131509 | ArgumentNotInTheSameModuleBuilder | mscorlib.Argument_NotInTheSameModuleBuilder | The argument passed in was not from the same ModuleBuilder. | System.InvalidOperationException |
0xA3450229 | 0x80070057 | ArgumentResolveModuleType | mscorlib.Argument_ResolveModuleType | Token {0} resolves to the special module type representing this module. | System.ArgumentException |
0xA3450391 | 0x80131509 | InvalidOperationBadTransientModuleReference | mscorlib.InvalidOperation_BadTransientModuleReference | Unable to make a reference to a transient module from a non-transient module. | System.InvalidOperationException |
0xA3450396 | 0x80131509 | InvalidOperationCannotImportGlobalFromDifferentModule | mscorlib.InvalidOperation_CannotImportGlobalFromDifferentModule | Unable to import a global method or field from a different module. | System.InvalidOperationException |
0xA34503CA | 0x80131509 | InvalidOperationModuleHasBeenSaved | mscorlib.InvalidOperation_ModuleHasBeenSaved | Module '{0}' has been saved. | System.InvalidOperationException |
0xA34503D4 | 0x80131509 | InvalidOperationNoMultiModuleAssembly | mscorlib.InvalidOperation_NoMultiModuleAssembly | You cannot have more than one dynamic module in each dynamic assembly in this version of the runtime. | System.InvalidOperationException |
0xA34503DA | 0x80131509 | InvalidOperationNotADebugModule | mscorlib.InvalidOperation_NotADebugModule | Not a debug ModuleBuilder. | System.InvalidOperationException |
0xA34503E6 | 0x80131509 | InvalidOperationNullModuleHandle | mscorlib.InvalidOperation_NullModuleHandle | The requested operation is invalid when called on a null ModuleHandle. | System.InvalidOperationException |
0xA3450473 | 0x80131515 | NotSupportedDynamicModule | mscorlib.NotSupported_DynamicModule | The invoked member is not supported in a dynamic module. | System.NotSupportedException |
0xA345047F | 0x80070057 | NotSupportedMustBeModuleBuilder | mscorlib.NotSupported_MustBeModuleBuilder | Module argument must be a ModuleBuilder. | System.ArgumentException |
0xA3450485 | 0x80131515 | NotSupportedNotDynamicModule | mscorlib.NotSupported_NotDynamicModule | The MethodRental.SwapMethodBody method can only be called to swap the method body of a method in a dynamic module. | System.NotSupportedException |
0xA345064C | ArgAssemblyNullModule | mscorlib.Arg_AssemblyNullModule | The manifest module of the assembly cannot be null. | ||
0xA3450649 | ArgMemberInfoNullModule | mscorlib.Arg_MemberInfoNullModule | The Module object containing the member cannot be null. | ||
0xA3450655 | ArgNoITypeLib | mscorlib.Arg_NoITypeLib | Specified TypeLib was invalid because it did not support the ITypeLib interface. | ||
0xA345064B | ArgParameterInfoNullModule | mscorlib.Arg_ParameterInfoNullModule | The Module object containing the parameter cannot be null. | ||
0xA3450674 | ArgumentModuleAlreadyLoaded | mscorlib.Argument_ModuleAlreadyLoaded | The specified module has already been loaded. | ||
0xA34506DD | MissingModule | mscorlib.MissingModule | Module '{0}' not found. | ||
0xA34506E2 | NotSupportedCannotSaveModuleIndividually | mscorlib.NotSupported_CannotSaveModuleIndividually | Unable to save a ModuleBuilder if it was created underneath an AssemblyBuilder. Call Save on the AssemblyBuilder instead. | ||
0xA345078A | TypeLibConverterImportedTypeLibProductName | mscorlib.TypeLibConverter_ImportedTypeLibProductName | Assembly imported from type library '{0}'. |
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. ======================================================================*/