Class RtfFontTableFormatException
Represents errors that occur during import of RTF content, caused by incorrect definition of the font table.
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RtfFontTableFormatException : RtfException, ISerializable, _Exception
Constructors
RtfFontTableFormatException()
Initializes a new instance of the RtfFontTableFormatException class.
Declaration
public RtfFontTableFormatException()
RtfFontTableFormatException(String)
Initializes a new instance of the RtfFontTableFormatException class.
Declaration
public RtfFontTableFormatException(string message)
Parameters
System.String
message
The message to display. |
RtfFontTableFormatException(String, Exception)
Initializes a new instance of the RtfFontTableFormatException class.
Declaration
public RtfFontTableFormatException(string message, Exception cause)
Parameters
System.String
message
The message to display. |
System.Exception
cause
The original cause for this exception. |