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.7.1
Syntax public InvalidConversionException(
string description,
Exception cause
)
Public Sub New (
description As String,
cause As Exception
)
public:
InvalidConversionException(
String^ description,
Exception^ cause
)
new :
description : string *
cause : Exception -> InvalidConversionException
Parameters
- description
- Type: SystemString
The description of this exception.
- cause
- Type: SystemException
The inner exception which caused this exception.
See Also