SyntaxFix
Write A Post
Hire A Developer
Questions
Simple way, use the Exception.ToString() function, it will return the line after the exception description.
Exception.ToString()
You can also check the program debug database as it contains debug info/logs about the whole application.