SolutionManifestException Members
Include Protected Members
Include Inherited Members
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.
The SolutionManifestException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SolutionManifestException() | Initializes a new instance of the class. | |
SolutionManifestException(String) | Initializes a new instance of the class with a specified error message. | |
SolutionManifestException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. | |
SolutionManifestException(String, Exception) | Initializes a new instance of the class with a specified error message and a reference to the inner exception that caused this exception. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
GetBaseException | (Inherited from Exception.) | |
GetObjectData | (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
ToString | (Inherited from Exception.) |
Top