Skip to main content

HandleUncaughtExceptionAsyncDelegate

Assembly: ServiceStack.dll
View Source
Declaration
public delegate Task HandleUncaughtExceptionAsyncDelegate(IRequest httpReq, IResponse httpRes, string operationName, Exception ex);