Class
RtfMultiByteEncodingException

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: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState

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

string

The message to display.

RtfMultiByteEncodingException(string, Exception)

Initializes a new instance of the RtfMultiByteEncodingException class.

Declaration

cs-api-definition
public RtfMultiByteEncodingException(string message, Exception cause)

Parameters

message

string

The message to display.

cause

Exception

The original cause for this exception.