Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UnhandledExceptionEventHandler.cs « System « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 710af2b47138f59f315601629cc6c451d50e29a3 (plain)
1
2
3
4
5
6
7
8
9
10
// System.UnhandledExceptionEventHandler.cs
//
// Paolo Molaro
//
// (C) 2002 Ximian, Inc.

namespace System
{
	public delegate void UnhandledExceptionEventHandler (object sender, UnhandledExceptionEventArgs args);
}