DesignException class

Represents an exception that is related to an HTML Design feature.

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Publishing.Design.DesignException

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

Syntax

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

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

DesignException members

Microsoft.SharePoint.Publishing.Design namespace