Class RtfHexEncodingException
Represents errors that occur import of RTF content, caused by incorrect encoding of the content.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RtfHexEncodingException : RtfEncodingException, ISerializable, _Exception
Constructors
RtfHexEncodingException()
Initializes a new instance of the RtfHexEncodingException class.
Declaration
public RtfHexEncodingException()
RtfHexEncodingException(String)
Initializes a new instance of the RtfHexEncodingException class.
Declaration
public RtfHexEncodingException(string message)
Parameters
System.String
message
The message to display. |
RtfHexEncodingException(String, Exception)
Initializes a new instance of the RtfHexEncodingException class.
Declaration
public RtfHexEncodingException(string message, Exception cause)
Parameters
System.String
message
The message to display. |
System.Exception
cause
The original cause for this exception. |