ClassRtfEncodingException
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 RtfEncodingException : RtfParserException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfEncodingException
Derived Classes:
Implements:
Inherited Members
Constructors
RtfEncodingException()
Initializes a new instance of the RtfEncodingException class.
Declaration
cs-api-definition
public RtfEncodingException()
RtfEncodingException(string)
Creates a new instance of the RtfEncodingException class with the given message.
Declaration
cs-api-definition
public RtfEncodingException(string message)
Parameters
message
The message to display.
RtfEncodingException(string, Exception)
Initializes a new instance of the RtfEncodingException class.