CannotLoadManifestException Class (2007 System)
The exception that is thrown when the manifest in the document cannot be loaded.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Syntax
'Declaration
<SerializableAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class CannotLoadManifestException _
Inherits RuntimeException
'Usage
Dim instance As CannotLoadManifestException
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class CannotLoadManifestException : RuntimeException
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class CannotLoadManifestException sealed : public RuntimeException
public final class CannotLoadManifestException extends RuntimeException
Remarks
This exception occurs when the manifest is not in the document, the manifest is corrupted, or the manifest is not valid.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Microsoft.VisualStudio.Tools.Applications.Runtime.CannotLoadManifestException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.