ClassRtfBraceNestingException
Class
Thrown when RTF import encounters mismatched or missing braces that break document structure nesting.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class RtfBraceNestingException : RtfStructureException, ISerializable, _Exception
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfStructureExceptionRtfBraceNestingException
Implements:
Inherited Members
Constructors
RtfBraceNestingException()
Initializes a new instance of the RtfBraceNestingException class.
Declaration
cs-api-definition
public RtfBraceNestingException()
RtfBraceNestingException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfBraceNestingException class.
Declaration
cs-api-definition
protected RtfBraceNestingException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
RtfBraceNestingException(string)
Initializes a new instance of the RtfBraceNestingException class.
Declaration
cs-api-definition
public RtfBraceNestingException(string message)
Parameters
message
The message.
RtfBraceNestingException(string, Exception)
Initializes a new instance of the RtfBraceNestingException class.