CrawlTopologyActivationCanceledException Constructor
Initializes a new instance of the CrawlTopologyActivationCanceledException class with the specified exception message.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New CrawlTopologyActivationCanceledException(message)
public CrawlTopologyActivationCanceledException(
string message
)
Parameters
message
Type: System.StringThe exception message.
See Also
Reference
CrawlTopologyActivationCanceledException Class