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