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 RtfEncodingException class.

C#
public RtfEncodingException()

Initializes a new instance of the RtfEncodingException class.

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

The message to display.

causeException

The original cause for this exception.

Creates a new instance of the RtfEncodingException class with the given message.

C#
public RtfEncodingException(string message)
Parameters:messagestring

The message to display.