SyntaxFix
Write A Post
Hire A Developer
Questions
You can simply print exception.ToString() -- that will also include the full text for all the nested InnerExceptions.
exception.ToString()
InnerException