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
- BulletedList.cs
- RegexParser.cs
- MultiSelector.cs
- SevenBitStream.cs
- HandlerFactoryCache.cs
- StatusBarItemAutomationPeer.cs
- TextDecorationLocationValidation.cs
- FixedNode.cs
- IconConverter.cs
- ClaimTypes.cs
- KeySplineConverter.cs
- KeyedHashAlgorithm.cs
- LeaseManager.cs
- AdvancedBindingEditor.cs
- UdpUtility.cs
- DescendantOverDescendantQuery.cs
- PersonalizationEntry.cs
- TextElementCollectionHelper.cs
- DesignerSerializationVisibilityAttribute.cs
- TriggerBase.cs
- DateTimeStorage.cs
- sqlpipe.cs
- TrackingStringDictionary.cs
- ColorMatrix.cs
- IpcManager.cs
- ProviderConnectionPointCollection.cs
- GPPOINTF.cs
- SoapAttributeAttribute.cs
- AnnotationHighlightLayer.cs
- Vector3DKeyFrameCollection.cs
- RepeaterItemCollection.cs
- RangeBaseAutomationPeer.cs
- AssemblyAssociatedContentFileAttribute.cs
- FloatSumAggregationOperator.cs
- PropagatorResult.cs
- HttpValueCollection.cs
- DataGridViewTextBoxEditingControl.cs
- PathSegmentCollection.cs
- OleDbException.cs
- TextParagraph.cs
- ToolStripGrip.cs
- DrawingAttributesDefaultValueFactory.cs
- NavigationWindow.cs
- EventBuilder.cs
- Translator.cs
- ResourceReferenceExpressionConverter.cs
- ProjectionCamera.cs
- PieceNameHelper.cs
- SerialPinChanges.cs
- ReflectTypeDescriptionProvider.cs
- ProfileEventArgs.cs
- ServiceRoute.cs
- Size3D.cs
- BindingListCollectionView.cs
- HttpCachePolicy.cs
- CompilerHelpers.cs
- HtmlInputControl.cs
- PasswordDeriveBytes.cs
- Attachment.cs
- PrimarySelectionAdorner.cs
- CombinedGeometry.cs
- PropertyGridEditorPart.cs
- PropertyMap.cs
- TraceContextRecord.cs
- SynchronizingStream.cs
- SqlDeflator.cs
- ComplexObject.cs
- SoapSchemaImporter.cs
- GlyphCollection.cs
- SafeReadContext.cs
- ConfigXmlElement.cs
- SpecialFolderEnumConverter.cs
- ListViewCommandEventArgs.cs
- DataServiceProcessingPipeline.cs
- ContentTextAutomationPeer.cs
- FixedSOMElement.cs
- TraceRecord.cs
- Propagator.ExtentPlaceholderCreator.cs
- AnnotationObservableCollection.cs
- WinOEToolBoxItem.cs
- WebServiceEnumData.cs
- XhtmlTextWriter.cs
- IdentityReference.cs
- DesignerTextWriter.cs
- TypeElement.cs
- InvalidEnumArgumentException.cs
- LedgerEntryCollection.cs
- WebPartConnectVerb.cs
- WebPartDisplayModeCollection.cs
- SqlDataReader.cs
- AnimationLayer.cs
- FontNamesConverter.cs
- ImageMapEventArgs.cs
- ScrollChangedEventArgs.cs
- BaseCodePageEncoding.cs
- DataGridViewButtonColumn.cs
- OuterGlowBitmapEffect.cs
- ConditionalAttribute.cs
- StringSorter.cs
- CodeDomSerializerException.cs