Compartir a través de


IExceptionConvertor Interfaz

Definición

Define una interfaz para convertir la excepción de usuario en ServiceException.

public interface IExceptionConvertor
type IExceptionConvertor = interface
Public Interface IExceptionConvertor

Métodos

GetInnerExceptions(Exception)

Obtiene la lista de excepciones internas.

TryConvertToServiceException(Exception, ServiceException)

Convierte la excepción de usuario en ServiceException.

Se aplica a