PDFException Constructor (String, Exception)ByteScout PDF SDK
Initializes a new instance of the PDFException class

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public PDFException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Bytescout.PDF.PDFException.#ctor(System.String,System.Exception)"]

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:Bytescout.PDF.PDFException.#ctor(System.String,System.Exception)"]

See Also

Reference