Am I right understand that keyword "Exception" is handle universal type of exceptions?

        catch (Exception)
        {
                writeln("inner");
        }

But in my example with try block can I change it's to something more informative?

Reply via email to