DocumentToPublishingPageConversionException Members
Include Protected Members
Include Inherited Members
Represents the exception that 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() | Initializes a new instance of the DocumentToPublishingPageConversionException object. | |
DocumentToPublishingPageConversionException(String) | Gets the constructor that conveys an error message. | |
DocumentToPublishingPageConversionException(String, SPFileConversionResult) | Initializes a new instance of a DocumentToPublishingPageConversionException object. | |
DocumentToPublishingPageConversionException(String, Exception) | Wraps an exception message and another message. | |
DocumentToPublishingPageConversionException(String, String, PublishingPage) | Initializes a new instance of a DocumentToPublishingPageConversionException object. |
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 | Gets a page that has been created because the conversion completed with warnings. | |
TransformResultCode | Gets the result code of a transform error. | |
TransformWarnings | Gets 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