Share via


TooManyAudienceException Constructor

Obsolete. Initializes a new instance of the TooManyAudienceException class.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    LstID As Guid, _
    Limit As Integer, _
    inner As Exception _
)
'Usage
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
)

Parameters

  • message
    Type: System.String
    An error message that explains the reason for the exception, or an empty string.
  • LstID
    Type: System.Guid
    The identifier of the listing.
  • Limit
    Type: System.Int32
    The maximum number of audiences allowed.

See Also

Reference

TooManyAudienceException Class

TooManyAudienceException Members

Microsoft.SharePoint.Portal.SiteData Namespace