Skip to content

Catch with an options class as an argument #9

@gravity00

Description

@gravity00

The catch method could also receive an options class as an argument. Example:

var result = 
    Handling.Prepare()
        .Catch(context.Exception, null, new CatchOptions
        {
            ThrowIfNotHandled = false
        });

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions