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