Click or drag to resize
InvalidRequestException Class
This exception is thrown when an API client attempts to send a request which is not valid by the request schema.
Inheritance Hierarchy
SystemObject
  SystemException
    Bloomberglp.BlpapiInvalidRequestException

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax
[SerializableAttribute]
public class InvalidRequestException : Exception

The InvalidRequestException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidRequestException
Construct the exception without a description.
Public methodInvalidRequestException(String)
Construct the exception with the description.
Protected methodInvalidRequestException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidRequestException class with serialized data.
Public methodInvalidRequestException(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
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