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