• API Documentation
  • i-net PDFC
  • i-net /// software
Search Results for

    Show / Hide Table of Contents
    • inetsoftware.Config
      • Configuration
      • ConfigurationManager
    • inetsoftware.Pdfc
      • PDFC
      • PDFComparer
    • inetsoftware.Pdfc.Config
      • DefaultProfileID
      • PDFCProperty
      • PDFCVisibility
    • inetsoftware.Pdfc.Error
      • ExceptionData
      • PresenterExceptionData
    • inetsoftware.Pdfc.Generator.Message
      • InfoData
    • inetsoftware.Pdfc.Generator.Model
      • ModificationType
      • ModificationType.Type
    • inetsoftware.Pdfc.Presenter
      • BasePresenter
      • ConsolePresenter
      • DifferencesPDFPresenter
      • DifferencesPNGPresenter
      • DifferencesPrintPresenter
      • ExportFilePresenter
      • ExportPresenter
      • JsonPresenter
      • ReportPDFPresenter
      • ReportPresenter
    • inetsoftware.Pdfc.Results
      • Diff
      • DiffGroups
      • ResultModel
    • inetsoftware.ProcessBridge
      • ProcessConfig
      • ProcessException
    • inetsoftware.ProcessBridge.Handler
      • BridgedObject
      • RefObject

    Class PresenterExceptionData

    A class to get the exceptions of a presenter. Since the presenters are executed after the actual comparison, any internal error in the presenter may lead to a missing result but not to a failed comparison task. If you want to make sure that all presenters were executed properly, you'll have to GetPresenterExceptions().

    Inheritance
    System.Object
    ExceptionData
    PresenterExceptionData
    Inherited Members
    ExceptionData.GetErrorClass
    ExceptionData.GetErrorCode
    ExceptionData.GetMessage
    ExceptionData.GetStack
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: inetsoftware.Pdfc.Error
    Assembly: inetsoftware.Pdfc.dll
    Syntax
    public class PresenterExceptionData : ExceptionData

    Constructors

    PresenterExceptionData()

    Declaration
    public PresenterExceptionData()

    Properties

    GetFirstDocument

    Returns the file name of the first comparison document

    Declaration
    public string GetFirstDocument { get; }
    Property Value
    Type Description
    System.String

    GetPresenterName

    Returns the name of the presenter that has thrown an exception.

    Declaration
    public string GetPresenterName { get; }
    Property Value
    Type Description
    System.String

    GetSecondDocument

    Returns the file name of the second comparison document

    Declaration
    public string GetSecondDocument { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2010-2025 i-net software GmbH