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