CrashReportOptions
Overview
CrashReportOptions is a class in Aspose.PDF FOSS for .NET.
Configures crash-report emission for GenerateCrashReport.
This class provides 1 method for working with CrashReportOptions objects in .NET programs.
Available methods include: CrashReportOptions.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: ApplicationTitle, CrashReportDirectory, CrashReportFilename, CrashReportPath, CustomMessage, Exception, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ApplicationTitle | string | Read | Application title shown on the report header. |
CrashReportDirectory | string | Read/Write | Filesystem directory the report is written to. |
CrashReportFilename | string | Read/Write | Filename the report is written under. |
CrashReportPath | string | Read | Full filesystem path to the emitted crash report. |
CustomMessage | string | Read/Write | Caller-supplied note attached to the report. |
Exception | Exception | Read | The exception that triggered the report. |
LibraryVersion | string | Read | Version of Aspose.Pdf.Foss that emitted the report. |
Methods
| Signature | Description |
|---|---|
CrashReportOptions(exception: Exception) | Calls CrashReportOptions on this CrashReportOptions instance. |