Class RtfHexEncodingException
Represents errors related to hex 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 RtfHexEncodingException : RtfEncodingException, ISerializable, _Exception
Constructors
RtfHexEncodingException()
Initializes a new instance of the Rtf
Declaration
public RtfHexEncodingException()
RtfHexEncodingException(SerializationInfo, StreamingContext)
Initializes a new instance of the Rtf
Declaration
protected RtfHexEncodingException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
RtfHexEncodingException(String)
Initializes a new instance of the Rtf
Declaration
public RtfHexEncodingException(string message)
Parameters
System. The message. |
RtfHexEncodingException(String, Exception)
Initializes a new instance of the Rtf
Declaration
public RtfHexEncodingException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |