CannotLoadManifestException Class

Definition

The exception that is thrown when the manifest in the document cannot be loaded.

public ref class CannotLoadManifestException sealed : Microsoft::VisualStudio::Tools::Applications::Runtime::RuntimeException
[System.Serializable]
public sealed class CannotLoadManifestException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
[<System.Serializable>]
type CannotLoadManifestException = class
    inherit RuntimeException
Public NotInheritable Class CannotLoadManifestException
Inherits RuntimeException
Inheritance
CannotLoadManifestException
Attributes

Remarks

This exception occurs when the manifest is not in the document, the manifest is corrupted, or the manifest is not valid.

Constructors

CannotLoadManifestException()
CannotLoadManifestException(Exception)
CannotLoadManifestException(String)
CannotLoadManifestException(String, Exception)

Applies to