Tx/Source/Tx.Windows.Logs/EventLogReaderExceptions.cs

10 строки
305 B
C#

// 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";
}
}