HostCrashException 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 exits with a non-zero exit code.
public class HostCrashException : Microsoft.ServiceHub.Utility.ServiceHubException
type HostCrashException = class
inherit ServiceHubException
Public Class HostCrashException
Inherits ServiceHubException
- Inheritance
- Derived
Constructors
HostCrashException(String, Nullable<Int32>, String) |
Initializes a new instance of the HostCrashException 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. |
StandardError |
Gets the text written to the Host process's standard error stream. |