Table of Contents

Class ContentReaderException

Namespace
PdfSharp.Pdf.Content
Assembly
PdfSharp.dll

Exception thrown by page content reader.

public class ContentReaderException : PdfSharpException, ISerializable
Inheritance
ContentReaderException
Implements
Inherited Members

Constructors

ContentReaderException()

Initializes a new instance of the ContentReaderException class.

public ContentReaderException()

ContentReaderException(string)

Initializes a new instance of the ContentReaderException class.

public ContentReaderException(string message)

Parameters

message string

The message.

ContentReaderException(string, Exception)

Initializes a new instance of the ContentReaderException class.

public ContentReaderException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.