NullDictionaryEnumeratorEntry Property Apache log4net™ SDK Documentation
Gets the current entry from the enumerator.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public DictionaryEntry Entry { get; }

Property Value

Type: DictionaryEntry

Implements

IDictionaryEnumeratorEntry
Exceptions

ExceptionCondition
InvalidOperationExceptionThe collection is empty and Current cannot be positioned over a valid location.
Remarks

Throws an InvalidOperationException because the NullDictionaryEnumerator never has a current entry.
Remarks

As the enumerator is over an empty collection its Current value cannot be moved over a valid position, therefore Entry will throw an InvalidOperationException.

See Also

Reference