Udostępnij za pośrednictwem


HostRemoteException(String) Constructor

Definition

Initializes a new instance of the HostRemoteException class.

public HostRemoteException (string? message);
new Microsoft.ServiceHub.Utility.HostRemoteException : string -> Microsoft.ServiceHub.Utility.HostRemoteException
Public Sub New (message As String)

Parameters

message
String

The exception message. This should contain the Exception type, Message and Call Stack from an exception that was thrown from a ServiceHub Host process.

Applies to