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