SearchTopologyException - Constructeur (String, Exception)
Initialise une nouvelle instance de la classe SearchTopologyException .
Espace de noms : Microsoft.Office.Server.Search.Administration.Topology
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Utilisation
Dim message As String
Dim innerException As Exception
Dim instance As New SearchTopologyException(message, _
innerException)
public SearchTopologyException(
string message,
Exception innerException
)
Paramètres
message
Type : System.StringLe message.
innerException
Type : System.ExceptionL'exception interne.
Voir aussi
Référence
SearchTopologyException classe
SearchTopologyException - Membres
SearchTopologyException - Surcharge
Microsoft.Office.Server.Search.Administration.Topology - Espace de noms