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

Represents errors that occur during import of RTF content, caused by incorrect definition of the font table.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class RtfFontTableFormatException : RtfException, ISerializable

Inheritance: objectExceptionRtfExceptionRtfFontTableFormatException

Implements: ISerializable

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

Constructors

Initializes a new instance of the RtfFontTableFormatException class.

C#
public RtfFontTableFormatException()

Initializes a new instance of the RtfFontTableFormatException class.

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

The message to display.

causeException

The original cause for this exception.

Initializes a new instance of the RtfFontTableFormatException class.

C#
public RtfFontTableFormatException(string message)
Parameters:messagestring

The message to display.