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