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