PdfSharp-WPF  1.31.7289
PdfSharp.Pdf.IO.PdfReaderException Class Reference

Exception thrown by PdfReader. More...

Inheritance diagram for PdfSharp.Pdf.IO.PdfReaderException:
PdfSharp.PdfSharpException

Public Member Functions

 PdfReaderException ()
 Initializes a new instance of the PdfReaderException class. More...
 
 PdfReaderException (string message)
 Initializes a new instance of the PdfReaderException class. More...
 
 PdfReaderException (string message, Exception innerException)
 Initializes a new instance of the PdfReaderException class. More...
 
- Public Member Functions inherited from PdfSharp.PdfSharpException
 PdfSharpException ()
 Initializes a new instance of the PdfSharpException class. More...
 
 PdfSharpException (string message)
 Initializes a new instance of the PdfSharpException class. More...
 
 PdfSharpException (string message, Exception innerException)
 Initializes a new instance of the PdfSharpException class. More...
 

Detailed Description

Exception thrown by PdfReader.

Constructor & Destructor Documentation

◆ PdfReaderException() [1/3]

PdfSharp.Pdf.IO.PdfReaderException.PdfReaderException ( )

Initializes a new instance of the PdfReaderException class.

◆ PdfReaderException() [2/3]

PdfSharp.Pdf.IO.PdfReaderException.PdfReaderException ( string  message)

Initializes a new instance of the PdfReaderException class.

Parameters
messageThe message.

◆ PdfReaderException() [3/3]

PdfSharp.Pdf.IO.PdfReaderException.PdfReaderException ( string  message,
Exception  innerException 
)

Initializes a new instance of the PdfReaderException class.

Parameters
messageThe message.
innerExceptionThe inner exception.

The documentation for this class was generated from the following file: