Click or drag to resize
DuplicateCorrelationIDException Class
The exception that is thrown when the correlation IDs associated with subscriptions are the same(with equal value).
Inheritance Hierarchy

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.10.3.1
Syntax
[SerializableAttribute]
public class DuplicateCorrelationIDException : ApplicationException

The DuplicateCorrelationIDException type exposes the following members.

Constructors
  NameDescription
Public methodDuplicateCorrelationIDException
Initializes a new instance of the DuplicateCorrelationIDException class
Public methodDuplicateCorrelationIDException(String)
Initializes a new instance of the DuplicateCorrelationIDException class
Public methodDuplicateCorrelationIDException(String, Exception)
Initializes a new instance of the DuplicateCorrelationIDException class
Top
Properties
  NameDescription
Public propertyDescription
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also