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