Compartilhar via


SummaryLinkWebPartException classe

Representa os erros que ocorrem durante a execução de SummaryLinkWebPart .

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Publishing.WebControls.SummaryLinkWebPartException

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SummaryLinkWebPartException _
    Inherits Exception
'Uso
Dim instance As SummaryLinkWebPartException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SummaryLinkWebPartException : Exception

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

SummaryLinkWebPartException membros

Microsoft.SharePoint.Publishing.WebControls namespace