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