Click or drag to resize
NotFoundException Constructor (String, Exception)
Initializes a new instance of the NotFoundException class

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.11.1.1
Syntax
public NotFoundException(
	string description,
	Exception cause
)

Parameters

description
Type: SystemString
cause
Type: SystemException
See Also