Udostępnij za pośrednictwem


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

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

message
String

Komunikat wyjątku.

hostExitCode
Nullable<Int32>

Kod zakończenia procesu hosta, jeśli został on zakończony.

standardError
String

Dane wyjściowe standardowego strumienia błędów hosta.

Uwagi

Parametr standardError jest ustawiany jako komunikat InnerException, aby umożliwić klientowi zdalnemu zapewnienie tych danych w przypadku opakowania w obiekcie RemoteInvocationException.

Dotyczy