ClassRtfStructureException
Class
Thrown when RTF import encounters invalid document structure, such as incorrect nesting or missing required elements.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class RtfStructureException : RtfParserException, ISerializable, _Exception
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfStructureException
Derived Classes:
Implements:
Inherited Members
Constructors
RtfStructureException()
Initializes a new instance of the RtfStructureException class.
Declaration
cs-api-definition
public RtfStructureException()
RtfStructureException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfStructureException class.
Declaration
cs-api-definition
protected RtfStructureException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
RtfStructureException(string)
Initializes a new instance of the RtfStructureException class.
Declaration
cs-api-definition
public RtfStructureException(string message)
Parameters
message
The message.
RtfStructureException(string, Exception)
Initializes a new instance of the RtfStructureException class.