HostStartUpException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |