[]
The exception that is thrown when an error occurs while processing a PDF content stream.
public class PdfContentStreamProcessorException : PdfException, ISerializable, _Exception
Initializes a new instance of the PdfContentStreamProcessorException class.
public PdfContentStreamProcessorException(string message)
message
stringInitializes a new instance of the PdfContentStreamProcessorException class.
public PdfContentStreamProcessorException(string message, Exception innerException)