Convert Exception object with InnerException and StackTrace information to a formatted string
If you want to log or show the information from an Exception object, you might want to include InnerException and StackTrace information. The following ExceptionInformation class will do just that: using System; using System.Collections.Generic;