Class PdfReaderException
Exception thrown by PdfReader.
public class PdfReaderException : PdfSharpException, ISerializable
- Inheritance
-
PdfReaderException
- Implements
- Derived
- Inherited Members
Constructors
PdfReaderException()
Initializes a new instance of the PdfReaderException class.
public PdfReaderException()
PdfReaderException(string)
Initializes a new instance of the PdfReaderException class.
public PdfReaderException(string message)
Parameters
message
stringThe message.
PdfReaderException(string, Exception)
Initializes a new instance of the PdfReaderException class.
public PdfReaderException(string message, Exception innerException)