SolutionManifestException Class
Represents an exception that is thrown if there are errors in the solution manifest.xml file, such as layout XML files that are not well formed.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Office.BusinessApplications.Runtime.SolutionManifestException
Namespace: Microsoft.Office.BusinessApplications.Runtime
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SolutionManifestException _
Inherits Exception
'Usage
Dim instance As SolutionManifestException
[SerializableAttribute]
public class SolutionManifestException : Exception
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.