TooManyAudienceException 构造函数 (Microsoft.SharePoint.Portal.SiteData)

Obsolete. Initializes a new instance of the TooManyAudienceException class.

命名空间: Microsoft.SharePoint.Portal.SiteData
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Sub New ( _
    message As String, _
    LstID As Guid, _
    Limit As Integer, _
    inner As Exception _
)
用法
Dim message As String
Dim LstID As Guid
Dim Limit As Integer
Dim inner As Exception

Dim instance As New TooManyAudienceException(message, LstID, Limit, inner)
public TooManyAudienceException (
    string message,
    Guid LstID,
    int Limit,
    Exception inner
)

参数

  • message
    An error message that explains the reason for the exception, or an empty string.
  • LstID
    The identifier of the listing.
  • Limit
    The maximum number of audiences allowed.
  • inner
    Not used.

另请参阅

参考

TooManyAudienceException 类
TooManyAudienceException 成员
Microsoft.SharePoint.Portal.SiteData 命名空间