Removes all elements from the EmptyDictionary.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Implements
IDictionary ClearExceptions
Exception | Condition |
---|---|
System InvalidOperationException | This dictionary is always empty and cannot be modified. |
Remarks
As the collection is empty no values can be removed. A InvalidOperationException is thrown if this method is called.
See Also