WcfExceptionHandler 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 WCF exceptions encountered in communicating with a service fabric service that is using WCF based communication listener.
public class WcfExceptionHandler : Microsoft.ServiceFabric.Services.Communication.Client.IExceptionHandler
type WcfExceptionHandler = class
interface IExceptionHandler
Public Class WcfExceptionHandler
Implements IExceptionHandler
- Inheritance
-
WcfExceptionHandler
- Implements
Remarks
The exceptions are handled as per the description below:
Constructors
WcfExceptionHandler() |
Initializes a new instance of the WcfExceptionHandler class. |
Explicit Interface Implementations
IExceptionHandler.TryHandleException(ExceptionInformation, OperationRetrySettings, ExceptionHandlingResult) |
Method that examines the exception and determines how that exception can be handled. |