See Also

ReportDataException Class  | ReportDataException Members

Language

Visual Basic

C#

Show All

info
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
See Also Languages ActiveReports Send feedback to Data Dynamics

GetObjectData Method

When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

[Visual Basic]
Public Overridable Sub GetObjectData( _    ByVal info As SerializationInfo, _    ByVal context As StreamingContext _ )
[C#]
public virtual void GetObjectData(    SerializationInfo info,    StreamingContext context );

Parameters

info
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.

See Also

ReportDataException Class  | ReportDataException Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.