[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PdfException

Class PdfException

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Represents an exception that occurred while processing a PDF document.

public class PdfException : Exception, ISerializable, _Exception
Inheritance
PdfException
Implements
Derived
Inherited Members

Constructors

PdfException(string)

Initializes a new instance of the PdfException class.

public PdfException(string message)

Parameters

message string

PdfException(string, Exception)

Initializes a new instance of the PdfException class.

public PdfException(string message, Exception exception)

Parameters

message string
exception Exception

Properties

Operations

Gets the currently executed operations' stack, see OperationStack for details.

public OperationBase[] Operations { get; }

Property Value

OperationBase[]