Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / CompMod / System / Threading / ThreadExceptionEvent.cs / 1305376 / ThreadExceptionEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Threading { using System.Threading; using System.Diagnostics; using System; ////// public class ThreadExceptionEventArgs : EventArgs { private Exception exception; ////// Provides data for the System.Windows.Forms.Application.ThreadException event. /// ////// public ThreadExceptionEventArgs(Exception t) { exception = t; } ////// Initializes a new instance of the ///class. /// /// public Exception Exception { get { return exception; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Specifies the ///that occurred.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UrlPath.cs
- CheckedPointers.cs
- MethodBuilderInstantiation.cs
- WebPartActionVerb.cs
- DesignerAttributeInfo.cs
- ControlBuilder.cs
- WindowsAltTab.cs
- HTMLTextWriter.cs
- EventNotify.cs
- DescendantBaseQuery.cs
- LicenseManager.cs
- TextEditorContextMenu.cs
- NullableConverter.cs
- AdjustableArrowCap.cs
- ObjectListCommandsPage.cs
- PrinterUnitConvert.cs
- SimpleBitVector32.cs
- DataGridTextBoxColumn.cs
- DataIdProcessor.cs
- EndPoint.cs
- InternalResources.cs
- ClientRoleProvider.cs
- ProfileSettingsCollection.cs
- ExpressionWriter.cs
- DescendantBaseQuery.cs
- XmlSerializerAssemblyAttribute.cs
- HealthMonitoringSectionHelper.cs
- WebPartZoneBase.cs
- DrawingContextDrawingContextWalker.cs
- DataObjectSettingDataEventArgs.cs
- SocketStream.cs
- Converter.cs
- SByte.cs
- UserControlAutomationPeer.cs
- AssociationSet.cs
- Calendar.cs
- LinkButton.cs
- BackgroundWorker.cs
- ReceiveActivityDesigner.cs
- BindingListCollectionView.cs
- AesManaged.cs
- ToolStripItemRenderEventArgs.cs
- RepeatBehavior.cs
- ChannelCacheDefaults.cs
- _NTAuthentication.cs
- ToolboxDataAttribute.cs
- HandleRef.cs
- LogStream.cs
- BookmarkScopeHandle.cs
- ServiceControllerDesigner.cs
- RunWorkerCompletedEventArgs.cs
- BindingOperations.cs
- GlyphTypeface.cs
- PropertyAccessVisitor.cs
- CultureMapper.cs
- ExpressionBinding.cs
- ShaperBuffers.cs
- SslStream.cs
- ListViewGroupConverter.cs
- SelectorItemAutomationPeer.cs
- shaperfactory.cs
- PartialTrustVisibleAssembly.cs
- UIElement3D.cs
- SqlConnection.cs
- MergeFilterQuery.cs
- Console.cs
- BypassElementCollection.cs
- DesignerMetadata.cs
- Soap.cs
- WebErrorHandler.cs
- CopyAction.cs
- FaultHandlingFilter.cs
- LinqDataView.cs
- FlowDocumentView.cs
- AssociationEndMember.cs
- ToggleButtonAutomationPeer.cs
- LoginStatusDesigner.cs
- XmlWellformedWriter.cs
- X509ChainPolicy.cs
- BaseTemplateParser.cs
- _UriSyntax.cs
- dsa.cs
- DocumentPageHost.cs
- GridLengthConverter.cs
- SystemIPGlobalStatistics.cs
- PropertyItemInternal.cs
- FormatConvertedBitmap.cs
- MergeLocalizationDirectives.cs
- X509RecipientCertificateServiceElement.cs
- TripleDESCryptoServiceProvider.cs
- NestPullup.cs
- DbSource.cs
- EntityDataSourceContextDisposingEventArgs.cs
- X509ChainPolicy.cs
- ExceptionUtility.cs
- SrgsOneOf.cs
- SynchronizationContext.cs
- LongTypeConverter.cs
- SafeNativeMethodsMilCoreApi.cs
- httpapplicationstate.cs