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