NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MissingManifestResourceException Class

The MissingManifestResourceException is thrown if the main assembly does not contain the resources for the neutral culture.

Object
   Exception
      MissingManifestResourceException

[Visual Basic]
Public Class MissingManifestResourceException
   Inherits Exception
[C#]
public class MissingManifestResourceException : Exception
[C++]
public __gc class MissingManifestResourceException : public
   Exception
[JScript]
public class MissingManifestResourceException extends Exception

Remarks

[To be supplied.]

Requirements

Namespace: System.Resources

Assembly: mscorlib.dll

See Also

MissingManifestResourceException Members | System.Resources Namespace