What is the proper way to display the full InnerException? October 21, 2022 by Tarik You can simply print exception.ToString() — that will also include the full text for all the nested InnerExceptions.