Share via


HostStartUpException Class

Definition

Exception that is thrown when a ServiceHub Host process fails to start properly.

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

Constructors

HostStartUpException(String, Nullable<Int32>, String)

Initializes a new instance of the HostStartUpException class.

Properties

ErrorType

Gets the type of error that occurred.

(Inherited from ServiceHubException)
HostExitCode

Gets the exit code of the host process if it has exited.

(Inherited from HostCrashException)
StandardError

Gets the text written to the Host process's standard error stream.

(Inherited from HostCrashException)

Applies to