ActorRemotingExceptionHandler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET