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; }
CrashReportPath { get; }Full path of crash report file
CustomMessage { get; set; }
Exception { get; }Exception that crash report will be based on
LibraryVersion { get; }Version of library used.

See Also