Class PdfSharpException
- Namespace
- PdfSharp
- Assembly
- PdfSharp.dll
Base class of all exceptions in the PDFsharp frame work.
public class PdfSharpException : Exception, ISerializable
- Inheritance
-
PdfSharpException
- Implements
- Derived
- Inherited Members
Constructors
PdfSharpException()
Initializes a new instance of the PdfSharpException class.
public PdfSharpException()
PdfSharpException(string)
Initializes a new instance of the PdfSharpException class.
public PdfSharpException(string message)
Parameters
message
stringThe exception message.
PdfSharpException(string, Exception)
Initializes a new instance of the PdfSharpException class.
public PdfSharpException(string message, Exception innerException)