Class RtfUnexpectedElementException
Represents errors caused by unexpected element when importing RTF document.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class RtfUnexpectedElementException : RtfException, ISerializable, _Exception
Constructors
RtfUnexpectedElementException()
Initializes a new instance of the Rtf
Declaration
public RtfUnexpectedElementException()
RtfUnexpectedElementException(SerializationInfo, StreamingContext)
Initializes a new instance of the Rtf
Declaration
protected RtfUnexpectedElementException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
RtfUnexpectedElementException(String)
Initializes a new instance of the Rtf
Declaration
public RtfUnexpectedElementException(string message)
Parameters
System. The message. |
RtfUnexpectedElementException(String, Exception)
Initializes a new instance of the Rtf
Declaration
public RtfUnexpectedElementException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |
RtfUnexpectedElementException(String, String)
Initializes a new instance of the Rtf
Declaration
public RtfUnexpectedElementException(string expected, string actual)
Parameters
System. The expected. |
System. The actual. |
RtfUnexpectedElementException(String, String, String)
Initializes a new instance of the Rtf
Declaration
public RtfUnexpectedElementException(string expected, string actual, string message)
Parameters
System. The expected. |
System. The actual. |
System. The message. |
Properties
Actual
Gets the actual element.
Declaration
public string Actual { get; }
Property Value
System. The actual. |
Expected
Gets the expected element.
Declaration
public string Expected { get; }
Property Value
System. The expected. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Populates a System.
Declaration
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
System. The System. |
System. The destination (see System. |
Overrides
Exceptions
System. The caller does not have the required permission. |