Skip to content

Correct exception argument #21

@reecerussell

Description

@reecerussell

When we throw the following exception we pass the method name "CommitAsync", however, the method's name is "RollbackAsync".

throw new TransactionNotStartedException(nameof(CommitAsync));

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions