Share via


SummaryLinkWebPartException Constructor (String)

Initializes a new instance of a SummaryLinkWebPartException class with a specified message string.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New SummaryLinkWebPartException(message)
public SummaryLinkWebPartException(
    string message
)

Parameters

  • message
    Type: System.String
    A string containing a message that describes the error.

See Also

Reference

SummaryLinkWebPartException Class

SummaryLinkWebPartException Members

SummaryLinkWebPartException Overload

Microsoft.SharePoint.Publishing.WebControls Namespace