singrdk/base/Interfaces/Bartok/TryAllException.csi

7 lines
204 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
// Copyright (c) Microsoft Corporation. All rights reserved.
namespace System {
public sealed class TryAllFakeException : Exception {}
public sealed class AtomicFakeException : Exception {}
}