[]
        
(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
Inheritance
object
System.Exception
PdfException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()

Constructors

PdfException(string, Exception)

Initializes a new instance of the PdfException class.

public PdfException(string message, Exception exception)

Parameters

message string
exception System.Exception

PdfException(string)

Initializes a new instance of the PdfException class.

public PdfException(string message)

Parameters

message string

Properties

Operations

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

public OperationBase[] Operations { get; }

Property Value

OperationBase[]