PdfFocusException Property |
Get an exception details in case of conversion failed.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.12.2
Syntax public Exception Exception { get; }
Public ReadOnly Property Exception As Exception
Get
Property Value
ExceptionRemarks
This is a variable of standard Exception class.
For example, if you get an error during PDF transformation, please take a look at the Message to see error's details.
See Also