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