The catch method could also receive an options class as an argument. Example: ``` csharp var result = Handling.Prepare() .Catch(context.Exception, null, new CatchOptions { ThrowIfNotHandled = false }); ```