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