Recent content by mcounad

  1. M

    Question error call stack

    Thank you for response, Greg! I'm catching system errors (Progress.Lang.SysError class), so there is no THROW statement where I could specify custom error message. In the CATCH block I have only SysError object, that doesn't contain any information about file and line.. About my concern #1 : I...
  2. M

    Question error call stack

    Hi! During the development of error handling mechanism (in webspeed), I met the following issue. By default, when error occurs, webspeed writes (error message + procedure and line where error appeared) to the agent server.log. I'm using global CATCH statement + BLOCK-LEVEL ON ERROR UNDO...
Top