How to get more descriptive exceptions?

Exception.Message and exception.Source are not good enough in many cases. Exception.StackTrace does not help. How do you get more meaningful descriptive exception messages? Do you use any techniques?

Hi @DevPerson,
I’m not quite sure what do you mean by more descriptive exception. Usually the details you get from the exception tell you about whole error stack and with use of debug option you will know the exact point where problem occurred.