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
SystemObject
  SystemException
    Bloomberglp.BlpapiDuplicateCorrelationIDException

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

The DuplicateCorrelationIDException type exposes the following members.

Constructors
  NameDescription
Public methodDuplicateCorrelationIDException
Construct the exception without a description.
Public methodDuplicateCorrelationIDException(String)
Construct the exception with the description string.
Protected methodDuplicateCorrelationIDException(SerializationInfo, StreamingContext)
Initializes a new instance of the DuplicateCorrelationIDException class with serialized data.
Public methodDuplicateCorrelationIDException(String, Exception)
Construct the exception with the description string and the cause exception.
Top
Properties
  NameDescription
Public propertyDescription
Return the description.
Top
Methods
  NameDescription
Public methodGetObjectData
Store object fields during the serialization process.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
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