rolkey / indyproject

Automatically exported from code.google.com/p/indyproject
0 stars 0 forks source link

Add support for Exception.InnerException property #267

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When Indy catches an exception and then raises a different exception instead of 
re-raising the original exception, it should utilize the 
Exception.InnerException property (via the Exception.RaiseOuterException() 
method) on versions that support it.

Original issue reported on code.google.com by gambit47 on 25 Sep 2013 at 12:20

GoogleCodeExporter commented 8 years ago

Original comment by gambit47 on 17 Jun 2015 at 5:17

GoogleCodeExporter commented 8 years ago
A new IndyRaiseOuterException() function has been added to the IdGlobal unit in 
SVN rev 5279.

Original comment by gambit47 on 20 Jun 2015 at 4:50