InvalidManifestException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This exception is thrown when the application manifest or cached data manifest for the Office solution is not valid.
public ref class InvalidManifestException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class InvalidManifestException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type InvalidManifestException = class
inherit RuntimeException
Public NotInheritable Class InvalidManifestException
Inherits RuntimeException
- Inheritance
- Attributes
Constructors
InvalidManifestException() | |
InvalidManifestException(String, Exception) | |
InvalidManifestException(String) |