InvalidManifestException Class

Definition

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
InvalidManifestException
Attributes

Constructors

InvalidManifestException()
InvalidManifestException(String)
InvalidManifestException(String, Exception)

Applies to