ActiveReports 12
GetObjectData Method (ColumnCountOutOfRangeException)

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder Namespace > ColumnCountOutOfRangeException Class : GetObjectData Method
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.
Syntax
'Declaration
 
Public Overridable Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
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.
Exceptions
ExceptionDescription
The info parameter is a null reference (Nothing in Visual Basic).
See Also

Reference

ColumnCountOutOfRangeException Class
ColumnCountOutOfRangeException Members