Class CrashReportOptions

CrashReportOptions class

Options for crash report generating.

public class CrashReportOptions

Constructors

NameDescription
CrashReportOptions(Exception)Creates CrashReportOptions with default parameters.

Properties

NameDescription
ApplicationTitle { get; }Name of library where exception occured.
CrashReportDirectory { get; set; }Output directory for crash report. By default is set to current directory.
CrashReportFilename { get; set; }Filename for crash report. By default is auto-generated in format CrashReport_<date>_<ticks>.html"
CrashReportPath { get; }Full path of crash report file
CustomMessage { get; set; }Custom message to include into the report. It can be something like value of variables or other details you want to send.
Exception { get; }Exception that crash report will be based on
LibraryVersion { get; }Version of library used.

See Also