Share via


IExceptionConvertor Interface

Definition

Defines an interface to convert service exception to user exception.

public interface IExceptionConvertor
type IExceptionConvertor = interface
Public Interface IExceptionConvertor

Methods

TryConvertFromServiceException(ServiceException, Exception)

Converts the service exception to user exception.

TryConvertFromServiceException(ServiceException, Exception, Exception)

Converts the service exception to user exception.

TryConvertFromServiceException(ServiceException, Exception[], Exception)

Converts the service exception to user exception.

Applies to