[TIBCO.EMS .NET client library 7.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Implements IEnumerator.Current.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public Object Current { get; } |
Public ReadOnly Property Current As Object |
public: virtual property Object^ Current { Object^ get () sealed; } |
Implements
IEnumerator..::.Current
Remarks
Trying to get the current object in enumerator will
throw an InvalidOperationException.
Exceptions
Exception | Condition |
---|---|
System..::.InvalidOperationException | When the property is called. |