ServiceRemotingExceptionHandler Constructors
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.
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
Azure SDK for .NET