Class RtfUnicodeEncodingException
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 RtfUnicodeEncodingException : RtfEncodingException, ISerializable, _Exception
Constructors
RtfUnicodeEncodingException()
Initializes a new instance of the RtfUnicodeEncodingException class.
Declaration
public RtfUnicodeEncodingException()
RtfUnicodeEncodingException(String)
Initializes a new instance of the RtfUnicodeEncodingException class.
Declaration
public RtfUnicodeEncodingException(string message)
Parameters
System.String
message
The message to display. |
RtfUnicodeEncodingException(String, Exception)
Initializes a new instance of the RtfUnicodeEncodingException class.
Declaration
public RtfUnicodeEncodingException(string message, Exception cause)
Parameters
System.String
message
The message to display. |
System.Exception
cause
The original cause for this exception. |