HostStartUpException クラス

定義

ServiceHub ホスト プロセスが正常に開始されない場合にスローされる例外。

public class HostStartUpException : Microsoft.ServiceHub.Utility.HostCrashException
type HostStartUpException = class
    inherit HostCrashException
Public Class HostStartUpException
Inherits HostCrashException
継承

コンストラクター

HostStartUpException(String, Nullable<Int32>, String)

HostStartUpException クラスの新しいインスタンスを初期化します。

プロパティ

ErrorType

発生したエラーの種類を取得します。

(継承元 ServiceHubException)
HostExitCode

ホスト プロセスが終了した場合の終了コードを取得します。

(継承元 HostCrashException)
StandardError

ホスト プロセスの標準エラー ストリームに書き込まれたテキストを取得します。

(継承元 HostCrashException)

適用対象