ActiveReports 12
GetObjectData Method (BarCodeException)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Options Namespace > BarCodeException 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, it sets the 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

BarCodeException Class
BarCodeException Members