Partager via


HostCrashException(String, Nullable<Int32>, String) Constructeur

Définition

Initialise une nouvelle instance de la classe HostCrashException.

public HostCrashException (string? message, int? hostExitCode, string standardError);
new Microsoft.ServiceHub.Utility.HostCrashException : string * Nullable<int> * string -> Microsoft.ServiceHub.Utility.HostCrashException
Public Sub New (message As String, hostExitCode As Nullable(Of Integer), standardError As String)

Paramètres

message
String

Message d'exception.

hostExitCode
Nullable<Int32>

Code de sortie du processus hôte s’il s’est arrêté.

standardError
String

Sortie du flux d’erreurs standard de l’hôte.

Remarques

est standardError défini en tant que message de l’InnerException pour permettre que ces données soient fournies au client distant dans le cas où cela est encapsulé dans un RemoteInvocationException.

S’applique à