CQG Algorithmic Orders
CQGAlgorithmicOrderException Constructor(String,Exception)
See Also  Send Feedback
CQGAlgorithmicOrderBuilder > CQGAlgorithmicOrderBuilder Namespace > CQGAlgorithmicOrderException Class > CQGAlgorithmicOrderException Constructor : CQGAlgorithmicOrderException Constructor(String,Exception)



message
A message that describes why this exception was thrown
innerException
The exception that caused this exception to be thrown

Glossary Item Box

Initializes a new instance of CQGAlgorithmicOrderException class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
Visual Basic (Usage)Copy Code
Dim message As String
Dim innerException As Exception
 
Dim instance As New CQGAlgorithmicOrderException(message, innerException)
C# 
public CQGAlgorithmicOrderException( 
   string message,
   Exception innerException
)
C++/CLI 
public:
CQGAlgorithmicOrderException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A message that describes why this exception was thrown
innerException
The exception that caused this exception to be thrown

See Also

Reference

CQGAlgorithmicOrderException Class
CQGAlgorithmicOrderException Members
Overload List

Copyright © 2012 CQG Inc. All Rights Reserved.