PdfSharp-GDI  1.31.7289
PdfSharp.PdfSharpException Class Reference

Base class of all exceptions in the PDFsharp frame work. More...

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

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...
 

Detailed Description

Base class of all exceptions in the PDFsharp frame work.

Constructor & Destructor Documentation

◆ PdfSharpException() [1/3]

PdfSharp.PdfSharpException.PdfSharpException ( )

Initializes a new instance of the PdfSharpException class.

◆ PdfSharpException() [2/3]

PdfSharp.PdfSharpException.PdfSharpException ( string  message)

Initializes a new instance of the PdfSharpException class.

Parameters
messageThe exception message.

◆ PdfSharpException() [3/3]

PdfSharp.PdfSharpException.PdfSharpException ( string  message,
Exception  innerException 
)

Initializes a new instance of the PdfSharpException class.

Parameters
messageThe exception message.
innerExceptionThe inner exception.

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