ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Xml Assembly / GrapeCity.ActiveReports.Export.Xml.Section Namespace / TextExportException Class / TextExportException Constructor / TextExportException Constructor(SerializationInfo,StreamingContext)

Holds all the data needed to serialize or deserialize the object.

Describes the source and destination of a given serialized stream, as well as a means for serialization to retain that context and an additional caller-defined context.

In This Topic
    TextExportException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the TextExportException class with serialized data.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    public TextExportException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info

    Holds all the data needed to serialize or deserialize the object.

    context
    Describes the source and destination of a given serialized stream, as well as a means for serialization to retain that context and an additional caller-defined context.
    See Also