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