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