|
PdfSharp-WPF
1.31.7289
|
Exception thrown by PdfReader. More...
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... | |
Exception thrown by PdfReader.
| PdfSharp.Pdf.IO.PdfReaderException.PdfReaderException | ( | ) |
Initializes a new instance of the PdfReaderException class.
| PdfSharp.Pdf.IO.PdfReaderException.PdfReaderException | ( | string | message | ) |
Initializes a new instance of the PdfReaderException class.
| message | The message. |
| PdfSharp.Pdf.IO.PdfReaderException.PdfReaderException | ( | string | message, |
| Exception | innerException | ||
| ) |
Initializes a new instance of the PdfReaderException class.
| message | The message. |
| innerException | The inner exception. |