Share via


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
Public method DocumentToPublishingPageConversionException() Default constructor.
Public method DocumentToPublishingPageConversionException(String) Constructor that conveys a warning message.
Public method DocumentToPublishingPageConversionException(String, SPFileConversionResult) Constructor that conveys a message about a conversion failure that resulted from a failure in the document conversion framework.
Public method DocumentToPublishingPageConversionException(String, Exception) Constructor that wraps an exception message and another message.
Public method 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
Public property Data (Inherited from Exception.)
Public property HelpLink (Inherited from Exception.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)
Public property TransformedPage Page that has been created because the conversion completed with warnings.
Public property TransformResultCode The result returned by the underlying document conversions framework due to a transform error.
Public property TransformWarnings An HTML-encoded string, with warnings, that has been returned from the transformer.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Serializes the specified object. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Exception.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Exception.)

Top

See Also

Reference

DocumentToPublishingPageConversionException Class

Microsoft.SharePoint.Publishing Namespace