Partilhar via


IExceptionConvertor Interface

Definição

Define uma interface para converter a exceção de usuário em ServiceException.

public interface IExceptionConvertor
type IExceptionConvertor = interface
Public Interface IExceptionConvertor

Métodos

GetInnerExceptions(Exception)

Obtém a lista de exceções internas.

TryConvertToServiceException(Exception, ServiceException)

Converte a exceção de usuário em ServiceException.

Aplica-se a