DeepCrawlSuggestionFailureException Constructor
Obsolete.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
Title As String, _
Url As String, _
inner As Exception _
)
'Usage
Dim message As String
Dim Title As String
Dim Url As String
Dim inner As Exception
Dim instance As New DeepCrawlSuggestionFailureException(message, _
Title, Url, inner)
public DeepCrawlSuggestionFailureException(
string message,
string Title,
string Url,
Exception inner
)
Parameters
- message
Type: System.String
- Title
Type: System.String
- Url
Type: System.String
- inner
Type: System.Exception
See Also
Reference
DeepCrawlSuggestionFailureException Class