DiscoveryException - Constructeur (String, Exception)

Initialise une nouvelle instance d'un objet DiscoveryException avec un message spécifié et une référence à l'exception interne ayant provoqué cette exception.

Espace de noms :  Microsoft.Office.Server.Discovery
Assembly :  Microsoft.Office.Policy (dans Microsoft.Office.Policy.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 DiscoveryException(message, _
    innerException)
public DiscoveryException(
    string message,
    Exception innerException
)

Paramètres

  • message
    Type : System.String

    Message de l'exception de la découverte.

Voir aussi

Référence

DiscoveryException classe

DiscoveryException - Membres

DiscoveryException - Surcharge

Microsoft.Office.Server.Discovery - Espace de noms