Aspose::Pdf::CrashReportOptions class

CrashReportOptions class

Options for crash report generating.

class CrashReportOptions : public System::Object

Methods

MethodDescription
CrashReportOptions(System::Exception)Creates CrashReportOptions with default parameters.
get_ApplicationTitle() constName of library where exception occured.
get_CrashReportDirectory() constOutput directory for crash report. By default is set to current directory.
get_CrashReportFilename() constFilename for crash report. By default is auto-generated in format CrashReport__.html".
get_CrashReportPath()Full path of crash report file.
get_CustomMessage() constCustom message to include into the report. It can be something like.
get_Exception() constException that crash report will be based on.
get_LibraryVersion() constVersion of library used.
set_CrashReportDirectory(System::String)Output directory for crash report. By default is set to current directory.
set_CrashReportFilename(System::String)Filename for crash report. By default is auto-generated in format CrashReport__.html".
set_CustomMessage(System::String)Custom message to include into the report. It can be something like.

See Also