[]
Represents an exception that occurred while processing a PDF document.
public class PdfException : Exception, ISerializable, _Exception
Initializes a new instance of the PdfException class.
public PdfException(string message)
message
stringInitializes a new instance of the PdfException class.
public PdfException(string message, Exception exception)
Gets the currently executed operations' stack, see OperationStack for details.
public OperationBase[] Operations { get; }