CrawlBucketNotExistException Constructor
Initializes a new instance of the CrawlBucketNotExistException class.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
bucketid As Long, _
inner As Exception _
)
'Usage
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
)
Parameters
message
Type: System.StringAn error message that explains the reason for the exception, or an empty string.
bucketid
Type: System.Int64The bucket identifier.
inner
Type: System.ExceptionNot used.
See Also
Reference
CrawlBucketNotExistException Class