CrawlFolderNotSupportedException, constructeur (Microsoft.SharePoint.Portal.SiteData)
Initializes a new instance of the CrawlFolderNotSupportedException 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, _
folder As String, _
inner As Exception _
)
'Utilisation
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
)
Paramètres
- message
An error message that explains the reason for the exception, or an empty string.
- folder
The crawl folder.
- inner
The inner exception that is the cause of this exception.
Voir aussi
Référence
CrawlFolderNotSupportedException, classe
Membres CrawlFolderNotSupportedException
Microsoft.SharePoint.Portal.SiteData, espace de noms