Apr 10, 2003 #1 J Jan_Uys Member Joined Apr 9, 2003 Messages 10 Hi there Im using structured exception handling, but would like to determine on which line the exception occured. Is this possible? Thanks
Hi there Im using structured exception handling, but would like to determine on which line the exception occured. Is this possible? Thanks
Apr 10, 2003 #2 J Jan_Uys Member Joined Apr 9, 2003 Messages 10 Sorry, forgot to mention this is in VB.
Apr 10, 2003 #3 J Jan_Uys Member Joined Apr 9, 2003 Messages 10 Sorry, stupid me. Erl actually works.
Apr 10, 2003 #4 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 You can also use the StackTrace property of the exception you catch.