[]
Thrown when a general RTF export specific error occurs.
public class RtfExportException : ApplicationException, ISerializable
Name | Description |
---|---|
RtfExportException(SerializationInfo, StreamingContext) | Initializes a new instance of the RtfExportException class with serialized data. |
RtfExportException(string) | Initializes a new instance of the RtfExportException class with a specified error message. |
RtfExportException(string, Exception) | Initializes a new instance of the RtfExportException class with a specified error message and a reference to the inner exception that is the cause of this exception. |