PdfException

概述

PdfException 是一个类在Aspose.PDF FOSS的.NET中. 继承人: Exception.

表示在PDF应用程序执行过程中发生的错误.

本类提供了在NET程序中与PdfException对象工作的5种方法. 有的方法包括: GenerateCrashReport, PdfException. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序.

方法

Signature描述情况
PdfException()启动一个新的 PdfException 类实例.
PdfException(message: string)通过消息启动一个新的 PdfException 类实例.
PdfException(message: string, innerException: Exception)启动一个新的 PdfException 类实例,包含消息和内置例外.
PdfException(innerException: Exception)启动一个新的 PdfException 类实例,包裹内例外.
GenerateCrashReport(options: CrashReportOptions)写一个崩报告到磁盘上.

查看更多

 中文