CrawlFolderNotSupportedException Constructor
Initializes a new instance of the CrawlFolderNotSupportedException class.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
folder As String, _
inner As Exception _
)
'Usage
Dim message As String
Dim folder As String
Dim inner As Exception
Dim instance As New CrawlFolderNotSupportedException(message, _
folder, inner)
public CrawlFolderNotSupportedException(
string message,
string folder,
Exception inner
)
Parameters
message
Type: System.StringAn error message that explains the reason for the exception, or an empty string.
folder
Type: System.StringThe crawl folder.
inner
Type: System.ExceptionThe inner exception that is the cause of this exception.
See Also
Reference
CrawlFolderNotSupportedException Class