Partager via


IExceptionHandler Interface

Définition

Définit l’interface permettant de gérer les exceptions rencontrées lors de la communication avec les services Service Fabric.

public interface IExceptionHandler
type IExceptionHandler = interface
Public Interface IExceptionHandler
Dérivé

Méthodes

TryHandleException(ExceptionInformation, OperationRetrySettings, ExceptionHandlingResult)

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

S’applique à