| NameEnumerationTable Constructor |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.11.1.1
Syntaxpublic NameEnumerationTable(
NameEnumeration nameEnum
)
Public Sub New (
nameEnum As NameEnumeration
)
public:
NameEnumerationTable(
NameEnumeration^ nameEnum
)
new :
nameEnum : NameEnumeration -> NameEnumerationTableParameters
- 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