Click or drag to resize
SubscriptionPreprocessError Class
Represents the preprocess error for a Subscription entry encountered when making a list of subscriptions.
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiSubscriptionPreprocessError

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax
public class SubscriptionPreprocessError

The SubscriptionPreprocessError type exposes the following members.

Constructors
  NameDescription
Public methodSubscriptionPreprocessError
Creates an instance of SubscriptionPreprocessError.
Top
Properties
  NameDescription
Public propertyCode
The error code of the error.
Public propertyCorrelationId
The CorrelationID of the invalid Subscription.
Public propertyDescription
The details of the error.
Public propertySubscriptionString
The subscription string of the Subscription.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also