CrawlFolderNotSupportedException コンストラクタ (Microsoft.SharePoint.Portal.SiteData)
CrawlFolderNotSupportedException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SharePoint.Portal.SiteData
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
Public Sub New ( _
message As String, _
folder As String, _
inner As Exception _
)
'使用
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
)
パラメータ
- message
例外の理由を説明するエラー メッセージ、または空文字列。
- folder
クロール フォルダ。
- inner
この例外の原因である内部例外。
関連項目
参照
CrawlFolderNotSupportedException クラス
CrawlFolderNotSupportedException メンバ
Microsoft.SharePoint.Portal.SiteData 名前空間