| 
    PdfSharp-WPF
    1.31.7289
    
   | 
 
Base class of all exceptions in the PDFsharp frame work. More...
  
Public Member Functions | |
| 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... | |
Base class of all exceptions in the PDFsharp frame work.
| PdfSharp.PdfSharpException.PdfSharpException | ( | ) | 
Initializes a new instance of the PdfSharpException class.
| PdfSharp.PdfSharpException.PdfSharpException | ( | string | message | ) | 
Initializes a new instance of the PdfSharpException class.
| message | The exception message. | 
| PdfSharp.PdfSharpException.PdfSharpException | ( | string | message, | 
| Exception | innerException | ||
| ) | 
Initializes a new instance of the PdfSharpException class.
| message | The exception message. | 
| innerException | The inner exception. |