DocumentToPublishingPageConversionException Members
Include Protected Members
Include Inherited Members
The DocumentToPublishingPageConversionException is thrown when documents are being converted to publishing pages and errors occur during the conversion process.
The DocumentToPublishingPageConversionException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocumentToPublishingPageConversionException() | Default constructor. | |
DocumentToPublishingPageConversionException(String) | Constructor that conveys a warning message. | |
DocumentToPublishingPageConversionException(String, SPFileConversionResult) | Constructor that conveys a message about a conversion failure that resulted from a failure in the document conversion framework. | |
DocumentToPublishingPageConversionException(String, Exception) | Constructor that wraps an exception message and another message. | |
DocumentToPublishingPageConversionException(String, String, PublishingPage) | Constructor that conveys an exception message: the conversion has completed, with warnings, and publishing page has been created. |
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.) | |
TransformedPage | Page that has been created because the conversion completed with warnings. | |
TransformResultCode | The result returned by the underlying document conversions framework due to a transform error. | |
TransformWarnings | An HTML-encoded string, with warnings, that has been returned from the transformer. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Serializes the specified object. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top