ClassRtfFontTableFormatException
Class
Represents errors that occur during import of RTF content, caused by incorrect definition of the font table.
Definition
Namespace:Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class RtfFontTableFormatException : RtfException, ISerializable, _Exception
Inheritance: objectExceptionRtfExceptionRtfFontTableFormatException
Implements:
Inherited Members
Constructors
RtfFontTableFormatException()
Initializes a new instance of the RtfFontTableFormatException class.
Declaration
cs-api-definition
public RtfFontTableFormatException()
RtfFontTableFormatException(string)
Initializes a new instance of the RtfFontTableFormatException class.
Declaration
cs-api-definition
public RtfFontTableFormatException(string message)
Parameters
message
The message to display.
RtfFontTableFormatException(string, Exception)
Initializes a new instance of the RtfFontTableFormatException class.