Share via


ServiceRemotingExceptionHandler Constructors

Definition

Overloads

ServiceRemotingExceptionHandler()

Initializes a new instance of the ServiceRemotingExceptionHandler class with a default trace id.

ServiceRemotingExceptionHandler(String)

Initializes a new instance of the ServiceRemotingExceptionHandler class with a specified trace Id.

ServiceRemotingExceptionHandler()

Initializes a new instance of the ServiceRemotingExceptionHandler class with a default trace id.

public ServiceRemotingExceptionHandler ();
Public Sub New ()

Applies to

ServiceRemotingExceptionHandler(String)

Initializes a new instance of the ServiceRemotingExceptionHandler class with a specified trace Id.

public ServiceRemotingExceptionHandler (string traceId);
new Microsoft.ServiceFabric.Services.Remoting.Client.ServiceRemotingExceptionHandler : string -> Microsoft.ServiceFabric.Services.Remoting.Client.ServiceRemotingExceptionHandler
Public Sub New (traceId As String)

Parameters

traceId
String

The ID to use in diagnostics traces from this component.

Applies to