Table of Contents

Class ObjectNotAvailableException

Namespace
PdfSharp.Pdf.IO
Assembly
PdfSharp.dll

Exception thrown by PdfReader, indicating that the object can not (yet) be read.

public class ObjectNotAvailableException : PdfReaderException, ISerializable
Inheritance
ObjectNotAvailableException
Implements
Inherited Members

Constructors

ObjectNotAvailableException()

Initializes a new instance of the ObjectNotAvailableException class.

public ObjectNotAvailableException()

ObjectNotAvailableException(string)

Initializes a new instance of the ObjectNotAvailableException class.

public ObjectNotAvailableException(string message)

Parameters

message string

The message.

ObjectNotAvailableException(string, Exception)

Initializes a new instance of the ObjectNotAvailableException class.

public ObjectNotAvailableException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.