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