ClassRtfParserException
Class
Thrown when RTF parsing encounters invalid syntax or unsupported control words.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class RtfParserException : RtfException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserException
Derived Classes:
Implements:
Inherited Members
Constructors
RtfParserException()
Initializes a new instance of the RtfParserException class.
Declaration
cs-api-definition
public RtfParserException()
RtfParserException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfParserException class.
Declaration
cs-api-definition
protected RtfParserException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
RtfParserException(string)
Initializes a new instance of the RtfParserException class.
Declaration
cs-api-definition
public RtfParserException(string message)
Parameters
message
The message.
RtfParserException(string, Exception)
Initializes a new instance of the RtfParserException class.