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