NameEnumerationTable Constructor |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax public NameEnumerationTable(
NameEnumeration nameEnum
)
Public Sub New (
nameEnum As NameEnumeration
)
public:
NameEnumerationTable(
NameEnumeration^ nameEnum
)
new :
nameEnum : NameEnumeration -> NameEnumerationTable
Parameters
- nameEnum
- Type: Bloomberglp.BlpapiNameEnumeration
Exceptions Exception | Condition |
---|
ArgumentException |
Name Enumerations extends other classes.
Name Enumerations does not implement the NameEnumeration interface.
An enumerator is not a static integer or value is reserved.
Name binding is not right.
|
See Also