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