Is it possible to add a file (in my case a log file) when using
SmartAssembly.ReportException.ExceptionReporting.Report(exception);
Comments
3 comments
-
Yes, you can do it using ReportExceptionEventArgs.AttachFile(string, string);: https://documentation.red-gate.com/sa6/setting-up-error-reporting/attaching-files-to-error-reports
-
I am referring specifically to Handled Exceptions.
-
Is there no way to add a file to a Handled Exception report?If I must write my own, is there some way I can gather and send the same data that's included in the SA Report?
Add comment
Please sign in to leave a comment.