CQG Algorithmic Orders
GetObjectData Method
See Also  Send Feedback
CQGAlgorithmicOrderBuilder > CQGAlgorithmicOrderBuilder Namespace > CQGAlgorithmicOrderException Class : GetObjectData Method



info
The object that holds the information to be serialized
context
The contextual information about the source or destination

Glossary Item Box

Sets the SerializationInfo object with the file name and line number at which this exception occurred.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
Visual Basic (Usage)Copy Code
Dim instance As CQGAlgorithmicOrderException
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
C# 
public override void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)
C++/CLI 
public:
void GetObjectData( 
   SerializationInfo^ info,
   StreamingContext context
) override 

Parameters

info
The object that holds the information to be serialized
context
The contextual information about the source or destination

See Also

Reference

CQGAlgorithmicOrderException Class
CQGAlgorithmicOrderException Members

Copyright © 2012 CQG Inc. All Rights Reserved.