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