你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceRemotingExceptionHandler 构造函数

定义

重载

ServiceRemotingExceptionHandler()

使用默认跟踪 ID 初始化 类的新实例 ServiceRemotingExceptionHandler

ServiceRemotingExceptionHandler(String)

使用指定的跟踪 ID 初始化 类的新实例 ServiceRemotingExceptionHandler

ServiceRemotingExceptionHandler()

使用默认跟踪 ID 初始化 类的新实例 ServiceRemotingExceptionHandler

public ServiceRemotingExceptionHandler ();
Public Sub New ()

适用于

ServiceRemotingExceptionHandler(String)

使用指定的跟踪 ID 初始化 类的新实例 ServiceRemotingExceptionHandler

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

参数

traceId
String

要在此组件诊断跟踪中使用的 ID。

适用于