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