Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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; ////// 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. // 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
- RSAPKCS1SignatureDeformatter.cs
- QueryCacheKey.cs
- TextReturnReader.cs
- PointAnimationUsingPath.cs
- SettingsPropertyNotFoundException.cs
- ValidationPropertyAttribute.cs
- ApplicationActivator.cs
- SingleSelectRootGridEntry.cs
- GacUtil.cs
- InputScopeNameConverter.cs
- MouseEventArgs.cs
- HtmlImage.cs
- TrustManagerMoreInformation.cs
- Style.cs
- SrgsDocumentParser.cs
- BindingContext.cs
- CodeCatchClauseCollection.cs
- TableStyle.cs
- TokenizerHelper.cs
- Descriptor.cs
- TableLayoutSettings.cs
- Subordinate.cs
- BooleanSwitch.cs
- AssociatedControlConverter.cs
- CodePropertyReferenceExpression.cs
- SmiMetaData.cs
- ScaleTransform3D.cs
- XmlWriter.cs
- TextDecorationLocationValidation.cs
- InputScopeAttribute.cs
- Pkcs7Recipient.cs
- ObjectStateManager.cs
- TypeUtil.cs
- PrintPreviewGraphics.cs
- DescendentsWalker.cs
- PageContent.cs
- StickyNote.cs
- StrokeNode.cs
- TaiwanLunisolarCalendar.cs
- RoutedEventArgs.cs
- SlotInfo.cs
- MenuBase.cs
- PropertyPath.cs
- ApplicationHost.cs
- DataGridViewElement.cs
- CodeTypeDelegate.cs
- ColumnCollection.cs
- DictionaryMarkupSerializer.cs
- DataGridViewDesigner.cs
- IUnknownConstantAttribute.cs
- DataGridViewComboBoxColumnDesigner.cs
- DataSourceCacheDurationConverter.cs
- PreviewPrintController.cs
- PrePostDescendentsWalker.cs
- CalendarDateChangedEventArgs.cs
- XmlAutoDetectWriter.cs
- FrameworkElementFactory.cs
- ObjectToken.cs
- BooleanStorage.cs
- EditorAttribute.cs
- DataTablePropertyDescriptor.cs
- TdsParserStaticMethods.cs
- Clipboard.cs
- VisualStyleInformation.cs
- Script.cs
- XmlDataProvider.cs
- BitmapEffectGroup.cs
- DataGridViewCellCancelEventArgs.cs
- CodeDomConfigurationHandler.cs
- DiagnosticsConfiguration.cs
- ActionFrame.cs
- PageContentAsyncResult.cs
- XmlSchemaSubstitutionGroup.cs
- TreeIterators.cs
- CompiledQuery.cs
- XmlDocumentSerializer.cs
- Imaging.cs
- SafeIUnknown.cs
- CookieHandler.cs
- Wildcard.cs
- VerificationException.cs
- XamlPathDataSerializer.cs
- ScrollPattern.cs
- ControlBuilderAttribute.cs
- ValidatingReaderNodeData.cs
- BuildProviderCollection.cs
- SecuritySessionClientSettings.cs
- DeploymentSection.cs
- EntityModelSchemaGenerator.cs
- PaperSource.cs
- WebPartCatalogAddVerb.cs
- TypeForwardedToAttribute.cs
- XamlToRtfParser.cs
- HistoryEventArgs.cs
- SQLByteStorage.cs
- UIElementAutomationPeer.cs
- GcSettings.cs
- Metadata.cs
- WindowsAltTab.cs
- Point3DKeyFrameCollection.cs