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
| Type | Name |
|---|---|
System.Object | requestDto |
System.Exception | ex |