Partager via


IExceptionConvertor Interface

Définition

Définit une interface pour convertir l’exception utilisateur en ServiceException.

public interface IExceptionConvertor
type IExceptionConvertor = interface
Public Interface IExceptionConvertor

Méthodes

GetInnerExceptions(Exception)

Obtient la liste des exceptions internes.

TryConvertToServiceException(Exception, ServiceException)

Convertit l’exception utilisateur en ServiceException.

S’applique à