Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / Threading / ThreadExceptionEvent.cs / 1 / ThreadExceptionEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Threading {
using System.Threading;
using System.Diagnostics;
using System;
///
///
/// Provides data for the System.Windows.Forms.Application.ThreadException event.
///
///
public class ThreadExceptionEventArgs : EventArgs {
private Exception exception;
///
///
/// Initializes a new instance of the class.
///
///
public ThreadExceptionEventArgs(Exception t) {
exception = t;
}
///
/// Specifies the that occurred.
///
public Exception Exception {
get {
return exception;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataBinding.cs
- Vector3DCollection.cs
- DataSourceHelper.cs
- WorkflowServiceBehavior.cs
- StackBuilderSink.cs
- ReachSerializationCacheItems.cs
- Span.cs
- LogConverter.cs
- HostProtectionException.cs
- WebBrowserBase.cs
- ConditionalBranch.cs
- FontFamily.cs
- RepeaterItemCollection.cs
- SQLInt16.cs
- SoapFormatter.cs
- AssociatedControlConverter.cs
- SQLResource.cs
- IntSecurity.cs
- UIElementAutomationPeer.cs
- log.cs
- DropTarget.cs
- GenericAuthenticationEventArgs.cs
- Decorator.cs
- DataGridViewCellPaintingEventArgs.cs
- SqlDataSource.cs
- AlternateViewCollection.cs
- TextCompositionManager.cs
- SessionStateSection.cs
- TiffBitmapEncoder.cs
- FloaterParaClient.cs
- ViewBase.cs
- TableColumnCollection.cs
- XmlDataDocument.cs
- ScriptMethodAttribute.cs
- InvalidWMPVersionException.cs
- SecurityDocument.cs
- DataServiceProcessingPipelineEventArgs.cs
- RegexReplacement.cs
- AvtEvent.cs
- TextPenaltyModule.cs
- PartitionerQueryOperator.cs
- AsyncStreamReader.cs
- StringPropertyBuilder.cs
- HttpSessionStateWrapper.cs
- ToolStripDropTargetManager.cs
- CheckBoxBaseAdapter.cs
- ObjectDisposedException.cs
- TableAutomationPeer.cs
- CharKeyFrameCollection.cs
- PageSettings.cs
- XmlElementAttribute.cs
- DataGridViewCellValidatingEventArgs.cs
- complextypematerializer.cs
- Array.cs
- IIS7WorkerRequest.cs
- DictionaryEditChange.cs
- DataGridViewTopRowAccessibleObject.cs
- ExtenderControl.cs
- FtpWebResponse.cs
- SqlDataSourceFilteringEventArgs.cs
- HandlerMappingMemo.cs
- ClientCultureInfo.cs
- ConcurrentStack.cs
- UIElement3D.cs
- Contracts.cs
- TimeZone.cs
- InplaceBitmapMetadataWriter.cs
- UnmanagedMarshal.cs
- QilLiteral.cs
- SerialPort.cs
- XPathEmptyIterator.cs
- Msec.cs
- ReadOnlyState.cs
- CodeComment.cs
- ImageListStreamer.cs
- HttpApplicationFactory.cs
- CatalogPartCollection.cs
- SafeHGlobalHandleCritical.cs
- SingleTagSectionHandler.cs
- WebPartUtil.cs
- CapabilitiesSection.cs
- ApplyTemplatesAction.cs
- InplaceBitmapMetadataWriter.cs
- DesignerForm.cs
- RuleSetDialog.cs
- PenLineCapValidation.cs
- ObjectQueryState.cs
- TextServicesContext.cs
- EnumMember.cs
- ProcessHostServerConfig.cs
- ResizeGrip.cs
- TCPListener.cs
- MenuItemStyleCollection.cs
- UnauthorizedAccessException.cs
- ClientSettingsProvider.cs
- TagPrefixAttribute.cs
- ApplicationId.cs
- TemplateControlCodeDomTreeGenerator.cs
- DbFunctionCommandTree.cs
- DefaultAssemblyResolver.cs