// Assembly: mscorlib
// Full name: System.UnhandledExceptionEventArgs

namespace System
{
public class UnhandledExceptionEventArgs // TypeDefIndex: 3577
{
	// Fields
	type#23706 _exception;
	type#15314 _isTerminating;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#23705 exception, type#15313 isTerminating) { }
	// RVA: -1
	public type#23705 get_ExceptionObject() { }
	// RVA: -1
	public type#15313 get_IsTerminating() { }
}
}
