SPDistributionGroupException class
Represents an en exception that occurs while performing an operation on a distribution list for a group.
Inheritance hierarchy
System.Object
System.Exception
System.ApplicationException
Microsoft.SharePoint.SPException
Microsoft.SharePoint.SPDistributionGroupException
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SPDistributionGroupException _
Inherits SPException
'Usage
Dim instance As SPDistributionGroupException
[SerializableAttribute]
public class SPDistributionGroupException : SPException
Remarks
The SPDistributionGroupException exception should only be thrown if an error occurs while performing an operation on a distribution list.
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.