Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Thrown when RTF import encounters mismatched or missing braces that break document structure nesting.
Thrown when RTF import encounters malformed color definitions in the document's color table.
Thrown when RTF import finds no content or required document structure.
Thrown when RTF import encounters unsupported character encodings or invalid byte sequences.
Base exception for all RTF import and export errors; catch this to handle any RTF processing failure.
Thrown when RTF import encounters malformed hexadecimal character escape sequences.
Thrown when RTF import encounters malformed multi-byte character encoding sequences.
Thrown when RTF parsing encounters invalid syntax or unsupported control words.
Thrown when RTF import encounters invalid document structure, such as incorrect nesting or missing required elements.
Thrown when RTF import encounters an unexpected element type where a specific element was required.
Thrown when RTF import encounters malformed Unicode character escape sequences.