共用方式為


SPDistributionGroupException class

表示執行一組通訊群組清單上的作業時,就會發生 en 例外狀況。

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

'宣告
<SerializableAttribute> _
Public Class SPDistributionGroupException _
    Inherits SPException
'用途
Dim instance As SPDistributionGroupException
[SerializableAttribute]
public class SPDistributionGroupException : SPException

備註

如果通訊群組清單上執行操作時發生錯誤,應該只會擲回SPDistributionGroupException例外狀況。

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.

請參閱

參照

SPDistributionGroupException members

Microsoft.SharePoint namespace