Class ContentReaderException
Exception thrown by page content reader.
public class ContentReaderException : PdfSharpException, ISerializable
- Inheritance
-
ContentReaderException
- Implements
- Inherited Members
Constructors
ContentReaderException()
Initializes a new instance of the ContentReaderException class.
public ContentReaderException()
ContentReaderException(string)
Initializes a new instance of the ContentReaderException class.
public ContentReaderException(string message)
Parameters
message
stringThe message.
ContentReaderException(string, Exception)
Initializes a new instance of the ContentReaderException class.
public ContentReaderException(string message, Exception innerException)