Click or drag to resize
RequestQueueOverflowException Class
The exception that is thrown when the number of queued sending requests is over the limit.
Inheritance Hierarchy

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

The RequestQueueOverflowException type exposes the following members.

Constructors
  NameDescription
Public methodRequestQueueOverflowException
Construct the exception without a description.
Public methodRequestQueueOverflowException(String)
Construct the exception with the description.
Public methodRequestQueueOverflowException(String, Exception)
Construct the exception with the description and the cause exception.
Top
Properties
  NameDescription
Public propertyDescription
The description.
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