Class RtfParserException
Thrown when RTF parsing encounters invalid syntax or unsupported control words.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class RtfParserException : RtfException, ISerializable, _Exception
Constructors
RtfParserException()
RtfParserException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfParserException class.
Declaration
protected RtfParserException(SerializationInfo info, StreamingContext context)
Parameters
|
System.Runtime.Serialization.SerializationInfo
info
The info. |
|
System.Runtime.Serialization.StreamingContext
context
The context. |
RtfParserException(String)
Initializes a new instance of the RtfParserException class.
Declaration
public RtfParserException(string message)
Parameters
|
System.String
message
The message. |
RtfParserException(String, Exception)
Initializes a new instance of the RtfParserException class.
Declaration
public RtfParserException(string message, Exception cause)
Parameters
|
System.String
message
The message. |
|
System.Exception
cause
The cause. |