ActiveReports 12
RtfExportException Constructor(SerializationInfo,StreamingContext)

GrapeCity.ActiveReports.Export.Word.v12 Assembly > GrapeCity.ActiveReports.Export.Word.Section Namespace > RtfExportException Class > RtfExportException Constructor : RtfExportException 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. 
Initializes a new instance of the RtfExportException class with serialized data.
Syntax
'Declaration
 
Public Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
public RtfExportException( 
   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

Reference

RtfExportException Class
RtfExportException Members
Overload List