Share via


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