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