Ask Your Question

Revision history [back]

Try the_exception.args[0].

In case anyone is interested, I found this by using your code and then first evaluating the_exception. It printed some relevant information, which was a good sign, so I typed the_exception.[TAB], and args was one of the few options that appeared. the_exception.args is a tuple containing the information you want in the zeroth entry.