Apr 10, 2003 #1 J Jan_Uys Newcomer Joined Apr 9, 2003 Messages 10 Hi there I'm using structured exception handling, but would like to determine on which line the exception occured. Is this possible? Thanks
Hi there I'm 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 Newcomer Joined Apr 9, 2003 Messages 10 Sorry, forgot to mention this is in VB.
Apr 10, 2003 #3 J Jan_Uys Newcomer Joined Apr 9, 2003 Messages 10 Sorry, stupid me. Erl actually works.
Apr 10, 2003 #4 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England You can also use the StackTrace property of the exception you catch.