New to Telerik UI for WPFStart a free 30-day trial

Represents errors that occur import of RTF content, caused by incorrect encoding of the content.

Definition

Constructors

Initializes a new instance of the RtfMultiByteEncodingException class.

C#
public RtfMultiByteEncodingException()

Initializes a new instance of the RtfMultiByteEncodingException class.

C#
public RtfMultiByteEncodingException(string message, Exception cause)
Parameters:messagestring

The message to display.

causeException

The original cause for this exception.

Initializes a new instance of the RtfMultiByteEncodingException class.

C#
public RtfMultiByteEncodingException(string message)
Parameters:messagestring

The message to display.