Class RtfException
Represents errors that occur during import of RTF content.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.FormatProviders.Rtf.Exceptions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RtfException : Exception, ISerializable, _Exception
Constructors
RtfException()
RtfException(String)
Creates a new instance of the RtfException class with the given message.
Declaration
public RtfException(string message)
Parameters
System.String
message
The message to display. |
RtfException(String, Exception)
Creates a new instance of the RtfException class with the given message, based on the given cause.
Declaration
public RtfException(string message, Exception cause)
Parameters
System.String
message
The message to display. |
System.Exception
cause
The original cause for this exception. |