Class RtfException
Base exception for all RTF import and export errors; catch this to handle any RTF processing failure.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class RtfException : Exception, ISerializable, _Exception
Constructors
RtfException()
RtfException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfException class.
Declaration
protected RtfException(SerializationInfo info, StreamingContext context)
Parameters
|
System.Runtime.Serialization.SerializationInfo
info
The info. |
|
System.Runtime.Serialization.StreamingContext
context
The context. |
RtfException(String)
Initializes a new instance of the RtfException class.
Declaration
public RtfException(string message)
Parameters
|
System.String
message
The message. |
RtfException(String, Exception)
Initializes a new instance of the RtfException class.
Declaration
public RtfException(string message, Exception cause)
Parameters
|
System.String
message
The message. |
|
System.Exception
cause
The cause. |