Click or drag to resize
InvalidConversionException Constructor (String, Exception)
Constructs the exception with the description and the cause of the exception.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax
public InvalidConversionException(
	string description,
	Exception cause
)

Parameters

description
Type: SystemString
The description of this exception.
cause
Type: SystemException
The inner exception which caused this exception.
See Also