Partager via


DesignException - Classe

Représente une exception qui est liée à une caractéristique de conception de code HTML.

Hiérarchie d’héritage

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

Espace de noms :  Microsoft.SharePoint.Publishing.Design
Assembly :  Microsoft.SharePoint.Publishing (dans Microsoft.SharePoint.Publishing.dll)

Syntaxe

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

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

DesignException - Membres

Microsoft.SharePoint.Publishing.Design - Espace de noms