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

IExceptionHandler Interface

Definition

Defines the interface for handling the exceptions encountered in communicating with service fabric services.

public interface IExceptionHandler
type IExceptionHandler = interface
Public Interface IExceptionHandler
Derived

Methods

TryHandleException(ExceptionInformation, OperationRetrySettings, ExceptionHandlingResult)

Method that examines the exception and determines how that exception can be handled.

Applies to