Skip to content

missing parentheses in C# syntax spec for catch / when #9094

@jibal

Description

@jibal

catch ExceptionType [e] when (expr)

should be

catch (ExceptionType [e]) when (expr)


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions