ConversionErrorMasterPage class

Represents an error that occurred during the conversion of the HTML master page to a SharePoint master page.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.UserControl
        System.Web.UI.MasterPage
          Microsoft.SharePoint.Publishing.Design.ConversionErrorMasterPage

Namespace:  Microsoft.SharePoint.Publishing.Design
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class ConversionErrorMasterPage _
    Inherits MasterPage
'Usage
Dim instance As ConversionErrorMasterPage
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class ConversionErrorMasterPage : MasterPage

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ConversionErrorMasterPage members

Microsoft.SharePoint.Publishing.Design namespace