Aspose::Pdf::CrashReportOptions class
Contents
[
Hide
]CrashReportOptions class
Options for crash report generating.
class CrashReportOptions : public System::Object
Methods
Method | Description |
---|---|
CrashReportOptions(System::Exception) | Creates CrashReportOptions with default parameters. |
get_ApplicationTitle() const | Name of library where exception occured. |
get_CrashReportDirectory() const | Output directory for crash report. By default is set to current directory. |
get_CrashReportFilename() const | Filename for crash report. By default is auto-generated in format CrashReport_ |
get_CrashReportPath() | Full path of crash report file. |
get_CustomMessage() const | Custom message to include into the report. It can be something like value of variables or other details you want to send. |
get_Exception() const | Exception that crash report will be based on. |
get_LibraryVersion() const | Version 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_ |
set_CustomMessage(System::String) | Custom message to include into the report. It can be something like value of variables or other details you want to send. |
See Also
- Class Object
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++