ClassRtfMissingCharacterException
Class
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:
cs-api-definition
public class RtfMissingCharacterException : RtfStructureException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfStructureExceptionRtfMissingCharacterException
Implements:
Inherited Members
Constructors
RtfMissingCharacterException()
Initializes a new instance of the RtfMissingCharacterException class.
Declaration
cs-api-definition
public RtfMissingCharacterException()
RtfMissingCharacterException(string)
Initializes a new instance of the RtfMissingCharacterException class.
Declaration
cs-api-definition
public RtfMissingCharacterException(string message)
Parameters
message
The message to display.
RtfMissingCharacterException(string, Exception)
Initializes a new instance of the RtfMissingCharacterException class.