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 RtfUnicodeEncodingException class.
Declaration
public RtfUnicodeEncodingException()
RtfUnicodeEncodingException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfUnicodeEncodingException class.
Declaration
protected RtfUnicodeEncodingException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
RtfUnicodeEncodingException(String)
Initializes a new instance of the RtfUnicodeEncodingException class.
Declaration
public RtfUnicodeEncodingException(string message)
Parameters
System.String
message
The message. |
RtfUnicodeEncodingException(String, Exception)
Initializes a new instance of the RtfUnicodeEncodingException class.
Declaration
public RtfUnicodeEncodingException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |