Skip to content

PDFAAggregateException

Namespace: O2S.Components.PDF4NET.Standards

Represents one or more errors that occur during PDF/A formatting of a PDF document.

public class PDFAAggregateException : PDFAException

Inheritance ObjectExceptionPDFExceptionPDFAExceptionPDFAAggregateException
Implements

Properties

Data

public IDictionary Data { get; }

Property Value

IDictionary


ErrorCode

Gets the error code.

public PDFAError ErrorCode { get; }

Property Value

PDFAError
A PDFAError code specifying the error encountered during PDF/A formatting.


public string HelpLink { get; set; }

Property Value

String


HResult

public int HResult { get; set; }

Property Value

Int32


InnerException

public Exception InnerException { get; }

Property Value

Exception


InnerExceptions

Gets the collection of inner exceptions.

public PDFAExceptionCollection InnerExceptions { get; }

Property Value

PDFAExceptionCollection


Message

public string Message { get; }

Property Value

String


Source

public string Source { get; set; }

Property Value

String


StackTrace

public string StackTrace { get; }

Property Value

String


TargetSite

public MethodBase TargetSite { get; }

Property Value

MethodBase