CannotLoadManifestException 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.
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
- 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, Exception) | |
CannotLoadManifestException(String) |