Represents errors that occur import of RTF content, caused by a missing character.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class RtfMissingCharacterException : RtfStructureException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfStructureExceptionRtfMissingCharacterException...
Implements:
Inherited Members
Constructors
Initializes a new instance of the RtfMissingCharacterException class.
C#
public RtfMissingCharacterException()
Initializes a new instance of the RtfMissingCharacterException class.
Initializes a new instance of the RtfMissingCharacterException class.
C#
public RtfMissingCharacterException(string message)
The message to display.