Table of Contents

Class CorruptCompressedDataException

Namespace
UglyToad.PdfPig.Fonts
Assembly
UglyToad.PdfPig.Fonts.dll

Thrown when a PDF contains an invalid compressed data stream.

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

Constructors

CorruptCompressedDataException()

public CorruptCompressedDataException()

CorruptCompressedDataException(SerializationInfo, StreamingContext)

protected CorruptCompressedDataException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

CorruptCompressedDataException(string)

public CorruptCompressedDataException(string message)

Parameters

message string

CorruptCompressedDataException(string, Exception)

public CorruptCompressedDataException(string message, Exception inner)

Parameters

message string
inner Exception