PdfException

PdfException()

初始化PdfException类.

public PdfException()

也可以看看


PdfException(string)

初始化PdfException类.

public PdfException(string message)
范围类型描述
messageString消息。

也可以看看


PdfException(string, Exception)

初始化PdfException具有指定错误消息的类和对导致此异常的内部异常的引用。

public PdfException(string message, Exception innerException)
范围类型描述
messageString解释异常原因的错误消息。
innerExceptionException导致当前异常的异常,如果未指定内部异常,则为空引用(Visual Basic 中为 Nothing)。

也可以看看


PdfException(Exception)

初始化PdfException具有指定错误消息的类和对导致此异常的内部异常的引用。

public PdfException(Exception innerException)
范围类型描述
innerExceptionException导致当前异常的异常,如果未指定内部异常,则为空引用(Visual Basic 中为 Nothing)。

也可以看看