Link Search Menu Expand Document

PDF2HTMLException Constructor (String, Exception)

Initializes a new instance of the PDF2HTMLException class.

Namespace:Bytescout.PDF2HTML
Assembly: Bytescout.PDF2HTML (in Bytescout.PDF2HTML.dll) Version: 13.3.1.4759-master
Syntax
public PDF2HTMLException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message text.
innerException
Type: SystemException
The inner exception.
See Also

Reference