Closed maraf closed 6 years ago
TODO:
IExceptionHandler<IExceptionHandlerContext<T>>
builder.Filter<CancelledException>().Ignore();
public class IgnoreExceptionHandler<T> : IExceptionHandler<IExceptionHandlerContext<T>> where T : Exception { public void Handle(IExceptionHandlerContext<T> context) => context.IsHandled = true; }
TODO:
IExceptionHandler<IExceptionHandlerContext<T>>
.builder.Filter<CancelledException>().Ignore();
.