次の方法で共有


IExceptionHandler.TryHandleException メソッド

定義

例外を調べ、その例外を処理する方法を決定するメソッド。

public bool TryHandleException (Microsoft.ServiceFabric.Services.Communication.Client.ExceptionInformation exceptionInformation, Microsoft.ServiceFabric.Services.Communication.Client.OperationRetrySettings retrySettings, out Microsoft.ServiceFabric.Services.Communication.Client.ExceptionHandlingResult result);
abstract member TryHandleException : Microsoft.ServiceFabric.Services.Communication.Client.ExceptionInformation * Microsoft.ServiceFabric.Services.Communication.Client.OperationRetrySettings * ExceptionHandlingResult -> bool
Public Function TryHandleException (exceptionInformation As ExceptionInformation, retrySettings As OperationRetrySettings, ByRef result As ExceptionHandlingResult) As Boolean

パラメーター

exceptionInformation
ExceptionInformation

例外に関する情報

retrySettings
OperationRetrySettings

操作の再試行設定。

result
ExceptionHandlingResult

例外処理の結果

戻り値

例外が処理される場合は true、それ以外の場合は false

適用対象