Table of Contents

Class PdfReaderException

Namespace
PdfSharp.Pdf.IO
Assembly
PdfSharp.dll

Exception thrown by PdfReader.

public class PdfReaderException : PdfSharpException, ISerializable
Inheritance
PdfReaderException
Implements
Derived
Inherited Members

Constructors

PdfReaderException()

Initializes a new instance of the PdfReaderException class.

public PdfReaderException()

PdfReaderException(string)

Initializes a new instance of the PdfReaderException class.

public PdfReaderException(string message)

Parameters

message string

The message.

PdfReaderException(string, Exception)

Initializes a new instance of the PdfReaderException class.

public PdfReaderException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.