Class RtfUnexpectedElementException
Represents errors that occur import of RTF content, caused by an element at an unexpected location.
Namespace: Telerik.Windows.Documents.FormatProviders.Rtf.Exceptions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class RtfUnexpectedElementException : RtfException
Constructors
RtfUnexpectedElementException(String, String)
Initializes a new instance of the Rtf
Declaration
public RtfUnexpectedElementException(string expected, string actual)
Parameters
System. The expected element. |
System. The actual element. |
RtfUnexpectedElementException(String, String, String)
Initializes a new instance of the Rtf
Declaration
public RtfUnexpectedElementException(string expected, string actual, string message)
Parameters
System. The expected element. |
System. The actual element. |
System. The message. |
Properties
Actual
Gets the actual element.
Declaration
public string Actual { get; }
Property Value
System. The actual. |
Expected
Gets the element that has been expected.
Declaration
public string Expected { get; }
Property Value
System. The expected. |