DocumentToPublishingPageConversionException Constructor (String, String, PublishingPage)
Initializes a new instance of a DocumentToPublishingPageConversionException object.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
s As String, _
warnings As String, _
page As PublishingPage _
)
'Usage
Dim s As String
Dim warnings As String
Dim page As PublishingPage
Dim instance As New DocumentToPublishingPageConversionException(s, warnings, _
page)
public DocumentToPublishingPageConversionException(
string s,
string warnings,
PublishingPage page
)
Parameters
s
Type: System.StringThe exception message.
warnings
Type: System.StringThe HTML-encoded string from the document converter.
page
Type: Microsoft.SharePoint.Publishing.PublishingPageThe page that is created.
Remarks
Conveys an exception message that relates that the conversion has completed, with warnings, and the publishing page was created.
See Also
Reference
DocumentToPublishingPageConversionException Class
DocumentToPublishingPageConversionException Members
DocumentToPublishingPageConversionException Overload