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