Share via


ActorRemotingExceptionHandler Class

Definition

This class provide handling of exceptions encountered in communicating with service fabric actors over remoted actor interfaces.

public class ActorRemotingExceptionHandler : Microsoft.ServiceFabric.Services.Communication.Client.IExceptionHandler
type ActorRemotingExceptionHandler = class
    interface IExceptionHandler
Public Class ActorRemotingExceptionHandler
Implements IExceptionHandler
Inheritance
ActorRemotingExceptionHandler
Implements

Remarks

This exception handler handles exceptions related to the following scenarios.

Constructors

ActorRemotingExceptionHandler()

Initializes a new instance of the ActorRemotingExceptionHandler class which can be used to handle exceptions encountered in communicating with service fabric actors over remoted actor interfaces.

Explicit Interface Implementations

IExceptionHandler.TryHandleException(ExceptionInformation, OperationRetrySettings, ExceptionHandlingResult)

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

Applies to