Condividi tramite


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

Definizione

Inizializza una nuova istanza della 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)

Parametri

message
String

Il messaggio dell'eccezione.

hostExitCode
Nullable<Int32>

Codice di uscita del processo host se è stato chiuso.

standardError
String

Output del flusso di errori standard dell'host.

Commenti

L'oggetto standardError viene impostato come messaggio dell'InnerException per consentire che i dati vengano forniti al client remoto nel caso di questo wrapping in un RemoteInvocationExceptionoggetto .

Si applica a