ClassRtfMultiByteEncodingException
Class
Represents errors that occur import of RTF content, caused by incorrect encoding of the content.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Multi")]
public class RtfMultiByteEncodingException : RtfEncodingException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfEncodingExceptionRtfMultiByteEncodingException
Implements:
Inherited Members
Constructors
RtfMultiByteEncodingException()
Initializes a new instance of the RtfMultiByteEncodingException class.
Declaration
cs-api-definition
public RtfMultiByteEncodingException()
RtfMultiByteEncodingException(string)
Initializes a new instance of the RtfMultiByteEncodingException class.
Declaration
cs-api-definition
public RtfMultiByteEncodingException(string message)
Parameters
message
The message to display.
RtfMultiByteEncodingException(string, Exception)
Initializes a new instance of the RtfMultiByteEncodingException class.