During exception handling, use function Ada.Exceptions.Exception_Information(EO) instead of Ada.Exception_Name (EO) & Ada.Exception_Message (EO). Of course, EO stands for Exception_Occurrence type. The advantage of this usage is that Exception_Information has all capabilities of Exception_Name and Exception_Message combined. In addition, function Exception_Information also gives full call stack trace back for most platforms.
Anh Vo
------------------------------------------------------------------------------
_______________________________________________ Gnoga-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gnoga-list
