Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- WebRequestModulesSection.cs
- SqlDelegatedTransaction.cs
- GridItemProviderWrapper.cs
- CommandID.cs
- Identity.cs
- CellParaClient.cs
- DesignerAttribute.cs
- VectorAnimationBase.cs
- TextServicesCompartmentContext.cs
- DesignerResources.cs
- IsolatedStorageFileStream.cs
- ScriptMethodAttribute.cs
- DataGrid.cs
- LinkLabelLinkClickedEvent.cs
- ExpandCollapsePatternIdentifiers.cs
- DataGridViewDataErrorEventArgs.cs
- SafeRightsManagementHandle.cs
- RelationshipEndMember.cs
- ToolStripButton.cs
- XmlObjectSerializer.cs
- ToolboxSnapDragDropEventArgs.cs
- IxmlLineInfo.cs
- PointIndependentAnimationStorage.cs
- EpmSyndicationContentSerializer.cs
- DictionaryEntry.cs
- XmlNodeReader.cs
- Encoder.cs
- SynchronizationLockException.cs
- LiteralTextContainerControlBuilder.cs
- OdbcConnectionStringbuilder.cs
- DataServiceClientException.cs
- Trigger.cs
- TextLineResult.cs
- TextSimpleMarkerProperties.cs
- TabItemAutomationPeer.cs
- Propagator.Evaluator.cs
- WebMessageBodyStyleHelper.cs
- TransactionCache.cs
- SspiSecurityToken.cs
- StylusPointPropertyUnit.cs
- DataGridTablesFactory.cs
- DesignerCategoryAttribute.cs
- RegexCompiler.cs
- Border.cs
- controlskin.cs
- DocumentAutomationPeer.cs
- ExternalException.cs
- NameValueConfigurationCollection.cs
- EventListener.cs
- PolyBezierSegmentFigureLogic.cs
- SiteMapHierarchicalDataSourceView.cs
- TypefaceMap.cs
- ByteStream.cs
- UIPropertyMetadata.cs
- ItemType.cs
- CharacterBufferReference.cs
- DockingAttribute.cs
- WrapPanel.cs
- JavaScriptObjectDeserializer.cs
- FileLogRecordStream.cs
- QueryAccessibilityHelpEvent.cs
- BooleanConverter.cs
- RemotingAttributes.cs
- DataTableCollection.cs
- DocumentEventArgs.cs
- FormatSelectingMessageInspector.cs
- FillBehavior.cs
- GridSplitter.cs
- RegexTypeEditor.cs
- SizeAnimation.cs
- CheckBoxFlatAdapter.cs
- DataSourceHelper.cs
- Visual3D.cs
- RawKeyboardInputReport.cs
- TagPrefixInfo.cs
- CommandManager.cs
- RTLAwareMessageBox.cs
- FontDialog.cs
- EntityDataSourceDataSelectionPanel.cs
- WinEventQueueItem.cs
- LeaseManager.cs
- TrackingServices.cs
- Stylus.cs
- HttpPostedFile.cs
- UpdatePanelTriggerCollection.cs
- TraceHandlerErrorFormatter.cs
- IItemContainerGenerator.cs
- BaseDataBoundControl.cs
- EventToken.cs
- OdbcConnectionHandle.cs
- BindingMAnagerBase.cs
- ObjectDataSource.cs
- ClientRolePrincipal.cs
- ProfileGroupSettingsCollection.cs
- ResXResourceSet.cs
- SspiNegotiationTokenAuthenticatorState.cs
- StringStorage.cs
- ProviderUtil.cs
- DataGridViewComboBoxColumn.cs
- ContextBase.cs