ActiveReports 8
XlsExportException Constructor(SerializationInfo,StreamingContext)
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.ActiveReports.Export.Excel.Section Namespace > XlsExportException Class > XlsExportException Constructor : XlsExportException Constructor(SerializationInfo,StreamingContext)

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. 

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal info As System.Runtime.Serialization.SerializationInfo, _
   ByVal context As System.Runtime.Serialization.StreamingContext _
)
C# 
public XlsExportException( 
   System.Runtime.Serialization.SerializationInfo info,
   System.Runtime.Serialization.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. 

Remarks

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also