Table of Contents
EnableCrashReport Property

Gets or sets a value to indicate whether should automatically send crash report to Essential Objects.

Syntax
 public static Boolean EnableCrashReport { get; set; }
Remarks

This property is set to true by default. When this property is true, EO runtime library will try to collect and send crash information to Essential Objects server in case of a crash. The information can help us to troubleshoot such crashes.

Crash report includes location of the crash, stack trace, your application name and your IP address. See automatic crash report for more details.

See Also