次の方法で共有


SearchTopologyActivationException constructor (String, Exception)

Initializes a new instance of the SearchTopologyActivationException class.

Namespace:  Microsoft.Office.Server.Search.Administration.Topology
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New SearchTopologyActivationException(message, _
    innerException)
public SearchTopologyActivationException(
    string message,
    Exception innerException
)

Parameters

See also

Reference

SearchTopologyActivationException class

SearchTopologyActivationException members

SearchTopologyActivationException overload

Microsoft.Office.Server.Search.Administration.Topology namespace