Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

[CppCodeGen] Managed Exception Dispatch and Unwind #910

Open
@jkotas

Description

static void Main() {
     try {
          throw new Exception();
    }
    catch {
          Console.WriteLine("Exception caught");
    }
}

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions