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