[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Xml.Section.TextExportException

TextExportException Class

Thrown when a general TextExport specific error occurs.

Inheritance
TextExportException
Implements
Namespace: GrapeCity.ActiveReports.Export.Xml.Section
Assembly: MESCIUS.ActiveReports.Export.Xml.dll
Syntax
public class TextExportException : ApplicationException, ISerializable

Constructors

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.