Skip to product menu
Skip to main content

Handled exceptions in Windows apps

In addition to automatically reporting your app's crashes, Apptics allows you to log handled exceptions.

  • Call the method Tracker.AddNonFatal to start tracking non-fatal in Apptics.
Note: Exceptions recorded from the same line number and same error type or considered as a single exception even if it occurred multiple times.
CopiedAppticsWindowsBase.Analytics.AnalyticsHelper.AddNonFatal(exception.Message, exception.StackTrace);