ClassRtfUnicodeEncodingException
Class
Thrown when RTF import encounters malformed Unicode character escape sequences.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
cs-api-definition
public class RtfUnicodeEncodingException : RtfEncodingException, ISerializable
Inheritance: objectExceptionRtfExceptionRtfParserExceptionRtfEncodingExceptionRtfUnicodeEncodingException
Implements:
Inherited Members
Constructors
RtfUnicodeEncodingException()
Initializes a new instance of the RtfUnicodeEncodingException class.
Declaration
cs-api-definition
public RtfUnicodeEncodingException()
RtfUnicodeEncodingException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfUnicodeEncodingException class.
Declaration
cs-api-definition
protected RtfUnicodeEncodingException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
RtfUnicodeEncodingException(string)
Initializes a new instance of the RtfUnicodeEncodingException class.
Declaration
cs-api-definition
public RtfUnicodeEncodingException(string message)
Parameters
message
The message.
RtfUnicodeEncodingException(string, Exception)
Initializes a new instance of the RtfUnicodeEncodingException class.