SiloHost.ReportStartupError(Exception) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Signalez une erreur au démarrage du silo.
public void ReportStartupError (Exception exc);
member this.ReportStartupError : Exception -> unit
Public Sub ReportStartupError (exc As Exception)
Paramètres
- exc
- Exception
Exception à l’origine du problème de démarrage du silo.
Remarques
Les informations sur le problème de démarrage du silo seront consignées dans tous les enregistreurs d’événements attachés, puis un fichier texte StartupError horodaté sera écrit dans le répertoire de travail actif (si possible).