Class RtfEncodingException
Represents errors related to encoding when opening RTF document.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.FormatProviders.Rtf.Exceptions
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class RtfEncodingException : RtfParserException, ISerializable, _Exception
Constructors
RtfEncodingException()
Initializes a new instance of the RtfEncodingException class.
Declaration
public RtfEncodingException()
RtfEncodingException(SerializationInfo, StreamingContext)
Initializes a new instance of the RtfEncodingException class.
Declaration
protected RtfEncodingException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
RtfEncodingException(String)
Initializes a new instance of the RtfEncodingException class.
Declaration
public RtfEncodingException(string message)
Parameters
System.String
message
The message. |
RtfEncodingException(String, Exception)
Initializes a new instance of the RtfEncodingException class.
Declaration
public RtfEncodingException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |