Skip to main content

IServiceErrorFilter

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IServiceErrorFilter

Methods

OnExceptionAsync(Object, Exception)

View Source
Declaration
Task<object> OnExceptionAsync(object requestDto, Exception ex)
Returns

System.Threading.Tasks.Task<System.Object>

Parameters
TypeName
System.ObjectrequestDto
System.Exceptionex