[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Xml.Section.TextExportException.-ctor

TextExportException Constructor

TextExportException(string)

Initializes a new instance of the TextExportException class with a specified error message.

Declaration
public TextExportException(string message)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

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.

Declaration
public TextExportException(string message, Exception innerException)
Parameters
Type Name Description
string message

The error message that explains the reason for the exception.

Exception innerException

The Exception instance that caused the current exception.

TextExportException(SerializationInfo, StreamingContext)

Initializes a new instance of the TextExportException class with serialized data.

Declaration
public TextExportException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context