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.24.8.1
Syntax
[SerializableAttribute]
public class InvalidConversionException : Exception

The InvalidConversionException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidConversionException
Constructs the exception without a description.
Public methodInvalidConversionException(String)
Constructs the exception with the description.
Protected methodInvalidConversionException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidConversionException class with serialized data.
Public methodInvalidConversionException(String, Exception)
Constructs the exception with the description and the cause of the exception.
Top
Properties
  NameDescription
Public propertyDescription
Returns the description.
Top
Methods
  NameDescription
Public methodGetObjectData
Stores object fields during the serialization process.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also