IExceptionHandler Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET