Table of Contents

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 string

The exception message.

PdfSharpException(string, Exception)

Initializes a new instance of the PdfSharpException class.

public PdfSharpException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.