[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PdfException

PdfException Class

Represents an exception that occurred while processing a PDF document.

Implements
Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
public class PdfException : Exception, ISerializable
Public Class PdfException
    Inherits Exception
    Implements ISerializable

Constructors

Name Description
PdfException(string)

Initializes a new instance of the PdfException class.

PdfException(string, Exception)

Initializes a new instance of the PdfException class.

Properties

Name Description
Operations

Gets the currently executed operations' stack, see GrapeCity.Documents.Pdf.Log.OperationStack for details.