[]
Represents an exception that occurred while processing a PDF document.
public class PdfException : Exception, ISerializable
Public Class PdfException
Inherits Exception
Implements ISerializable
Name | Description |
---|---|
PdfException(string) | Initializes a new instance of the PdfException class. |
PdfException(string, Exception) | Initializes a new instance of the PdfException class. |
Name | Description |
---|---|
Operations | Gets the currently executed operations' stack, see GrapeCity.Documents.Pdf.Log.OperationStack for details. |