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().
Inherited Members
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 |