Click or drag to resize
NotFoundException Class
The exception that is thrown when the required entity doesn't exist.
Inheritance Hierarchy
SystemObject
  SystemException
    Bloomberglp.BlpapiNotFoundException

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
[SerializableAttribute]
public class NotFoundException : Exception

The NotFoundException type exposes the following members.

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