jumaris / indyproject

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

Add support for Exception.InnerException property #267

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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