Skip to content

Catch with an options class as an argument #9

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
        });

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions