Class RtfStructureException
Represents errors related to invalid structure when importing RTF document.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class RtfStructureException : RtfParserException, ISerializable, _Exception
Constructors
RtfStructureException()
Initializes a new instance of the RtfStructureException class.
Declaration
public RtfStructureException()
RtfStructureException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfStructureException class.
Declaration
protected RtfStructureException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
RtfStructureException(String)
Initializes a new instance of the RtfStructureException class.
Declaration
public RtfStructureException(string message)
Parameters
System.String
message
The message. |
RtfStructureException(String, Exception)
Initializes a new instance of the RtfStructureException class.
Declaration
public RtfStructureException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |