MissingManifestResourceException Class
The exception thrown if the main assembly does not contain the resources for the neutral culture, and they are required because of a missing appropriate satellite assembly.
For a list of all members of this type, see MissingManifestResourceException Members.
System.Object
System.Exception
System.SystemException
System.Resources.MissingManifestResourceException
[Visual Basic] <Serializable> Public Class MissingManifestResourceException Inherits SystemException [C#] [Serializable] public class MissingManifestResourceException : SystemException [C++] [Serializable] public __gc class MissingManifestResourceException : public SystemException [JScript] public Serializable class MissingManifestResourceException extends SystemException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
MissingManifestResourceException uses the HRESULT COR_E_MISSINGMANIFESTRESOURCE which has the value 0x80131532.
MissingManifestResourceException uses the default Equals implementation, which supports reference equality.
For a list of initial property values for an instance of MissingManifestResourceException, see the MissingManifestResourceException constructors.
Note It is strongly recommended that your main assembly contains a neutral set of resources, so if a satellite assembly is unavailable, your application will have some acceptable behavior.
Requirements
Namespace: System.Resources
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: Mscorlib (in Mscorlib.dll)
See Also
MissingManifestResourceException Members | System.Resources Namespace | Developing World-Ready Applications | Exception | Handling and Throwing Exceptions