HtmlToRtfExceptionList Property |
Allows to get list with all arisen exceptions during the one conversion cycle.
Namespace: SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2025.4.23
Syntaxpublic List<Exception> ExceptionList { get; set; }
Public Property ExceptionList As List(Of Exception)
Get
Set
Property Value
ListException
See Also