Table of Contents

Class PdfDocumentFormatException

Namespace
UglyToad.PdfPig.Core
Assembly
UglyToad.PdfPig.Core.dll

This exception will be thrown where the contents of the PDF document do not match the specification in such a way that it renders the document unreadable.

public class PdfDocumentFormatException : Exception, ISerializable
Inheritance
PdfDocumentFormatException
Implements
Inherited Members

Constructors

PdfDocumentFormatException()

Create a new UglyToad.PdfPig.Exceptions.PdfDocumentFormatException.

public PdfDocumentFormatException()

PdfDocumentFormatException(SerializationInfo, StreamingContext)

protected PdfDocumentFormatException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PdfDocumentFormatException(string)

public PdfDocumentFormatException(string message)

Parameters

message string

PdfDocumentFormatException(string, Exception)

public PdfDocumentFormatException(string message, Exception inner)

Parameters

message string
inner Exception