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
- TextEditorCopyPaste.cs
- TextEditorCopyPaste.cs
- XmlEncoding.cs
- StateFinalizationDesigner.cs
- ConnectionString.cs
- WsrmMessageInfo.cs
- OdbcRowUpdatingEvent.cs
- BindingMAnagerBase.cs
- KeyedPriorityQueue.cs
- WebSysDescriptionAttribute.cs
- GridViewColumnHeaderAutomationPeer.cs
- WebPartCloseVerb.cs
- CheckBoxRenderer.cs
- ScrollChangedEventArgs.cs
- TreeNodeStyleCollection.cs
- ReflectTypeDescriptionProvider.cs
- LoadWorkflowByInstanceKeyCommand.cs
- ImmutableAssemblyCacheEntry.cs
- HtmlElement.cs
- ManipulationStartingEventArgs.cs
- BrowserDefinition.cs
- MessageBox.cs
- CannotUnloadAppDomainException.cs
- storepermissionattribute.cs
- columnmapfactory.cs
- PagesChangedEventArgs.cs
- IndependentAnimationStorage.cs
- EncodingFallbackAwareXmlTextWriter.cs
- BitmapMetadata.cs
- SchemaTableColumn.cs
- CallTemplateAction.cs
- SplineQuaternionKeyFrame.cs
- Latin1Encoding.cs
- ConfigXmlComment.cs
- GraphicsContext.cs
- WebServiceData.cs
- EntityDataSourceConfigureObjectContext.cs
- StringArrayEditor.cs
- RenderingBiasValidation.cs
- HelpProvider.cs
- StrokeNodeOperations2.cs
- OdbcConnectionHandle.cs
- ToolBarPanel.cs
- XmlHelper.cs
- RenderTargetBitmap.cs
- Nodes.cs
- CqlWriter.cs
- RequestStatusBarUpdateEventArgs.cs
- DataTableClearEvent.cs
- _SSPISessionCache.cs
- ActiveXContainer.cs
- Rect3D.cs
- WizardStepBase.cs
- Invariant.cs
- nulltextcontainer.cs
- TreeNodeStyleCollection.cs
- SplashScreen.cs
- ToolStripControlHost.cs
- _WinHttpWebProxyDataBuilder.cs
- SelectedGridItemChangedEvent.cs
- ListMarkerSourceInfo.cs
- InkCanvasInnerCanvas.cs
- ImageCodecInfoPrivate.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- DataGridViewBindingCompleteEventArgs.cs
- DataControlImageButton.cs
- ArraySubsetEnumerator.cs
- RecognizedPhrase.cs
- CounterCreationDataCollection.cs
- MultiBindingExpression.cs
- CriticalHandle.cs
- TreeNodeCollectionEditor.cs
- ToggleProviderWrapper.cs
- SingleBodyParameterMessageFormatter.cs
- PanelStyle.cs
- SqlServices.cs
- TypeDelegator.cs
- SubqueryRules.cs
- StoreItemCollection.Loader.cs
- DataSourceXmlSerializer.cs
- DataTableClearEvent.cs
- WindowsTab.cs
- xmlsaver.cs
- AutomationIdentifier.cs
- DesignerAdRotatorAdapter.cs
- PropertyPath.cs
- parserscommon.cs
- MenuBase.cs
- ObjectListSelectEventArgs.cs
- BackgroundWorker.cs
- Track.cs
- _NetRes.cs
- InvalidEnumArgumentException.cs
- CodeSnippetCompileUnit.cs
- DictionaryEntry.cs
- SequentialOutput.cs
- StorageInfo.cs
- View.cs
- PageHandlerFactory.cs
- WebCategoryAttribute.cs