ClassRtfColorException
Class
Represents errors that occur during import of RTF content, caused by incorrect color definition.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class RtfColorException : RtfException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfColorException
Implements:
Inherited Members
Constructors
RtfColorException()
Creates a new instance of the RtfColorException class.
Declaration
cs-api-definition
public RtfColorException()
RtfColorException(string)
Creates a new instance of the RtfColorException class with the given message.
Declaration
cs-api-definition
public RtfColorException(string message)
Parameters
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.