Code:
/ DotNET / DotNET / 8.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; ////// 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; } } } }Specifies the ///that occurred.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MediaSystem.cs
- CreateUserWizard.cs
- ReaderContextStackData.cs
- EventlogProvider.cs
- RequiredFieldValidator.cs
- OracleDataAdapter.cs
- PermissionSetTriple.cs
- SetUserLanguageRequest.cs
- GridSplitterAutomationPeer.cs
- ConfigurationSettings.cs
- TextRangeBase.cs
- ZoneMembershipCondition.cs
- SoapTypeAttribute.cs
- GeneratedCodeAttribute.cs
- ReadOnlyCollectionBase.cs
- RegexStringValidatorAttribute.cs
- TextBlockAutomationPeer.cs
- CheckedListBox.cs
- Types.cs
- MutexSecurity.cs
- BooleanSwitch.cs
- FrameworkElementFactory.cs
- ObjRef.cs
- SqlUnionizer.cs
- EventDescriptorCollection.cs
- AspNetCacheProfileAttribute.cs
- HuffmanTree.cs
- TrackingMemoryStreamFactory.cs
- ClientEventManager.cs
- DBDataPermissionAttribute.cs
- BaseDataList.cs
- FormViewDeleteEventArgs.cs
- PasswordRecovery.cs
- BitmapEffectOutputConnector.cs
- MonthCalendar.cs
- PropertyItemInternal.cs
- PageClientProxyGenerator.cs
- Grammar.cs
- PackWebRequestFactory.cs
- MonitorWrapper.cs
- DataGridTextBoxColumn.cs
- _LocalDataStoreMgr.cs
- CompModSwitches.cs
- TypeDependencyAttribute.cs
- LinearQuaternionKeyFrame.cs
- ActivityDesignerHighlighter.cs
- LineSegment.cs
- PathFigureCollection.cs
- CodePageUtils.cs
- WindowsEditBoxRange.cs
- NavigationFailedEventArgs.cs
- DesignerDataStoredProcedure.cs
- StickyNote.cs
- OdbcConnection.cs
- SelectionUIService.cs
- SchemaCollectionPreprocessor.cs
- ConcurrentStack.cs
- UIElementCollection.cs
- PackageRelationshipCollection.cs
- Button.cs
- AssociatedControlConverter.cs
- MenuItem.cs
- GrammarBuilderDictation.cs
- DefaultObjectSerializer.cs
- x509store.cs
- TraceLevelHelper.cs
- Image.cs
- DateTimeUtil.cs
- GiveFeedbackEventArgs.cs
- Win32SafeHandles.cs
- ToolStripGrip.cs
- TouchEventArgs.cs
- ASCIIEncoding.cs
- EditorOptionAttribute.cs
- BinaryKeyIdentifierClause.cs
- TextElementCollectionHelper.cs
- ScriptMethodAttribute.cs
- BuildManagerHost.cs
- CompositeControlDesigner.cs
- ThemeConfigurationDialog.cs
- WebBrowserHelper.cs
- WindowsSpinner.cs
- _HeaderInfo.cs
- TableSectionStyle.cs
- ProcessModuleDesigner.cs
- TextDecorationUnitValidation.cs
- XmlElementCollection.cs
- ChtmlCommandAdapter.cs
- ChildChangedEventArgs.cs
- SeparatorAutomationPeer.cs
- ListViewTableRow.cs
- WrappedKeySecurityTokenParameters.cs
- NamespaceQuery.cs
- EntityDesignPluralizationHandler.cs
- TextRangeEditTables.cs
- DataGridViewCellCollection.cs
- ListBindableAttribute.cs
- WinEventQueueItem.cs
- TypeRestriction.cs
- ProgressBarRenderer.cs