4 Replies Latest reply: Oct 10, 2008 7:50 AM by (Aandi_Inston) RSS

    Is it possible to obtain line of code from Exception?

    andrejusc Community Member
      Hi,

      While we have construction of:

      DURING
      HANDLER
      END_HANDLER

      it seems that I cannot get exact line of code caused that exception from it. Is it possible? In regular C++ application I use __LINE__ define for that in various Throw helper defines. What about Adobe SDK?