CrashReportOptions

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

NameTypeAccessDescription
ApplicationTitlestringReadApplication title shown on the report header.
CrashReportDirectorystringRead/WriteFilesystem directory the report is written to.
CrashReportFilenamestringRead/WriteFilename the report is written under.
CrashReportPathstringReadFull filesystem path to the emitted crash report.
CustomMessagestringRead/WriteCaller-supplied note attached to the report.
ExceptionExceptionReadThe exception that triggered the report.
LibraryVersionstringReadVersion of Aspose.Pdf.Foss that emitted the report.

Methods

SignatureDescription
CrashReportOptions(exception: Exception)Calls CrashReportOptions on this CrashReportOptions instance.

See Also