Details
Description
Getting this every once in a while.
No specific reproduction scenario.
Destination array was not long enough. Check destIndex and length, and the array's lower bounds.
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
at System.Collections.ArrayList.ToArray(Type type)
at log4net.Appender.MemoryAppender.GetEvents()