EVO PDF to Text Converter Documentation

PdfToTextException Constructor (String, Exception)

EVO PDF to Text Converter
Constructs a PDF to Text exception with the given error message and the given inner exception object

Namespace:  EvoPdf.PdfToText
Assembly:  EvoPdfToText (in EvoPdfToText.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public PdfToTextException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message
innerException
Type: SystemException
The inner exception that triggered this exception
See Also

Reference