Share via


CommunicationClientFactoryBase<TCommunicationClient>.ExceptionHandlers Property

Definition

Gets the custom exception handlers for handling exceptions on the client to service communication channel.

public System.Collections.Generic.IEnumerable<Microsoft.ServiceFabric.Services.Communication.Client.IExceptionHandler> ExceptionHandlers { get; }
member this.ExceptionHandlers : seq<Microsoft.ServiceFabric.Services.Communication.Client.IExceptionHandler>
Public ReadOnly Property ExceptionHandlers As IEnumerable(Of IExceptionHandler)

Property Value

List of Exception handlers

Applies to