Partager via


CrawlBucketNotExistException, constructeur (Microsoft.SharePoint.Portal.SiteData)

Initializes a new instance of the CrawlBucketNotExistException class.

Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    bucketid As Long, _
    inner As Exception _
)
'Utilisation
Dim message As String
Dim bucketid As Long
Dim inner As Exception

Dim instance As New CrawlBucketNotExistException(message, bucketid, inner)
public CrawlBucketNotExistException (
    string message,
    long bucketid,
    Exception inner
)

Paramètres

  • message
    An error message that explains the reason for the exception, or an empty string.
  • bucketid
    The bucket identifier.
  • inner
    Not used.

Voir aussi

Référence

CrawlBucketNotExistException, classe
Membres CrawlBucketNotExistException
Microsoft.SharePoint.Portal.SiteData, espace de noms