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

Initializes a new instance of the CrawlBucketNotExistException class.

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

语法

声明
Public Sub New ( _
    message As String, _
    bucketid As Long, _
    inner As Exception _
)
用法
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
)

参数

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

另请参阅

参考

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