Skip to main content

HandleServiceExceptionAsyncDelegate

Assembly: ServiceStack.dll
View Source
Declaration
public delegate Task<object> HandleServiceExceptionAsyncDelegate(IRequest httpReq, object request, Exception ex);