SPDistributionGroupException constructor (String)

Initializes a new instance of the SPDistributionGroupException class based on the specified error message.

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

Syntax

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

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

Parameters

  • message
    Type: System.String

    The message that describes the error.

See also

Reference

SPDistributionGroupException class

SPDistributionGroupException members

SPDistributionGroupException overload

Microsoft.SharePoint namespace