Class CorruptCompressedDataException
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
SerializationInfocontext
StreamingContext
CorruptCompressedDataException(string)
public CorruptCompressedDataException(string message)
Parameters
message
string
CorruptCompressedDataException(string, Exception)
public CorruptCompressedDataException(string message, Exception inner)