scope exception do not rise
    Suliman via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Wed Nov  5 23:02:27 PST 2014
    
    
  
> Replace that with something like writeln("caught") and you will 
> see that it is indeed caught. :) Printing the exception mimicks 
> the default behavior and you (and I) think that the exception 
> is not caught. :)
that's work, but I can not understand where I can to look at 
exception level. If I right understand every function have own 
exceptions. For example std.file.
Where I could look at what "e" will get? I mean "catch(Exception 
e)".
    
    
More information about the Digitalmars-d-learn
mailing list