CrawlTopologyActivationException Constructor
Initializes a new instance of the CrawlTopologyActivationException 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 CrawlTopologyActivationException(message)
public CrawlTopologyActivationException(
string message
)
Parameters
message
Type: System.StringThe exception message.
See Also
Reference
CrawlTopologyActivationException Class