Click or drag to resize
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
)

Parameters

description
Type: SystemString
The description of this exception.
See Also