Partager via


IExceptionHandler.TryHandleException Méthode

Définition

Méthode qui examine l’exception et détermine comment cette exception peut être gérée.

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

Paramètres

exceptionInformation
ExceptionInformation

Informations sur l’exception

retrySettings
OperationRetrySettings

Préférences de nouvelle tentative d’opération.

result
ExceptionHandlingResult

Résultat de la gestion des exceptions

Retours

true si l’exception est gérée, false sinon

S’applique à