SummaryLinkWebPartException Class
Represents errors that occur during SummaryLinkWebPart execution.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SharePoint.Publishing.WebControls.SummaryLinkWebPartException
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SummaryLinkWebPartException _
Inherits Exception
'Usage
Dim instance As SummaryLinkWebPartException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SummaryLinkWebPartException : 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.