Ok, I've made that change. Thanks for the tip.

David Botton


On Thu, Aug 6, 2015 at 2:20 PM Anh (TA) Vo <[email protected]> wrote:

> 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
>
------------------------------------------------------------------------------
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to