Click or drag to resize
InvalidConversionException Class
The exception that is thrown when a value is converted into a non-compatible data type.
Inheritance Hierarchy
SystemObject
  SystemException
    Bloomberglp.BlpapiInvalidConversionException

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntax
[SerializableAttribute]
public class InvalidConversionException : Exception

The InvalidConversionException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidConversionException
Construct the exception without a description.
Public methodInvalidConversionException(String)
Construct the exception with the description.
Protected methodInvalidConversionException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidConversionException class with serialized data.
Public methodInvalidConversionException(String, Exception)
Construct the exception with the description and the cause exception.
Top
Properties
  NameDescription
Public propertyDescription
Return the description.
Top
Methods
  NameDescription
Public methodGetObjectData
Store object fields during the serialization process.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also