Source/Tx.Windows.Logs/EventLogReaderExceptions.cs (8 lines of code) (raw):
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
namespace Tx.Windows
{
public static class EventLogReaderExceptions
{
public static string ArrayBoundsInvalid = "The array bounds are invalid";
}
}