RequestQueueOverflowException Constructor (String) |
Construct the exception with the description.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.9.1
Syntax public RequestQueueOverflowException(
string description
)
Public Sub New (
description As String
)
public:
RequestQueueOverflowException(
String^ description
)
new :
description : string -> RequestQueueOverflowException
Parameters
- description
- Type: SystemString
See Also