multi catch

Zarathustra adam.chrapkowski at gmail.com
Sat Jul 26 02:07:20 PDT 2008


How to create few catches?
for example:
try{
  ...
}
catch(Object o){
  ...
}
catch(Exception e){
  ...
}


More information about the Digitalmars-d-learn mailing list