HostCrashException Classe
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.
Exception levée lorsqu’un processus Hôte ServiceHub se termine avec un code de sortie non nul.
public class HostCrashException : Microsoft.ServiceHub.Utility.ServiceHubException
type HostCrashException = class
inherit ServiceHubException
Public Class HostCrashException
Inherits ServiceHubException
- Héritage
- Dérivé
Constructeurs
HostCrashException(String, Nullable<Int32>, String) |
Initialise une nouvelle instance de la classe HostCrashException. |
Propriétés
ErrorType |
Obtient le type d’erreur qui s’est produit. (Hérité de ServiceHubException) |
HostExitCode |
Obtient le code de sortie du processus hôte s’il s’est arrêté. |
StandardError |
Obtient le texte écrit dans le flux d’erreurs standard du processus hôte. |