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
Public method DocumentToPublishingPageConversionException() Initializes a new instance of the DocumentToPublishingPageConversionException object.
Public method DocumentToPublishingPageConversionException(String) Gets the constructor that conveys an error message.
Public method DocumentToPublishingPageConversionException(String, SPFileConversionResult) Initializes a new instance of a DocumentToPublishingPageConversionException object.
Public method DocumentToPublishingPageConversionException(String, Exception) Wraps an exception message and another message.
Public method DocumentToPublishingPageConversionException(String, String, PublishingPage) Initializes a new instance of a DocumentToPublishingPageConversionException object.

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 Gets a page that has been created because the conversion completed with warnings.
Public property TransformResultCode Gets the result code of a transform error.
Public property TransformWarnings Gets 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