Exception Location

@rudy,

Exception.Message gives you the Message of the Exception
Exception.Source gives you activity where exception happened

References:

  1. How to Capture an Exception - #2 by ClaytonM
  2. Try Catch Printing Exception Source - #5 by badita
  3. Many More…

Regards,
Dominic :slight_smile:

2 Likes