Oxygene (.2287). Island (Linux). Why try-finally not works?

  Program = class
   public

    class method Main(args: array of String): Int32;
    begin
      try
        Console.WriteLine('1');
        raise new Exception('message');
      finally
        Console.WriteLine('finally');
      end;
    end;
  end;

Output:

1
Uncaught exception: RemObjects.Elements.System.Exception: message

Thanks, logged as bugs://80786

.2287 is pretty old. Does the same issue show with .2313?

.2113 is not accessible for public downloading

Alexey,

ah, are you’re still on the trial? .2305 is the latest public version, can you try that one?

Yes. Cautious attempts :smile:

Right now not. In the evening.

Reproduced on .2305

thanx.

bugs://80786 got closed with status fixed.