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