ClassRtfException
Class
Base exception for all RTF import and export errors; catch this to handle any RTF processing failure.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class RtfException : Exception, ISerializable
Inheritance: objectExceptionRtfException
Derived Classes:
Implements:
Inherited Members
Constructors
RtfException()
Initializes a new instance of the RtfException class.
Declaration
cs-api-definition
public RtfException()
RtfException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfException class.
Declaration
cs-api-definition
protected RtfException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
RtfException(string)
Initializes a new instance of the RtfException class.
Declaration
cs-api-definition
public RtfException(string message)
Parameters
message
The message.
RtfException(string, Exception)
Initializes a new instance of the RtfException class.