Code:
/ 4.0 / 4.0 / 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. // 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
- MsmqProcessProtocolHandler.cs
- ReflectPropertyDescriptor.cs
- QuaternionKeyFrameCollection.cs
- DataGridViewCellStyle.cs
- EntityCollection.cs
- RtType.cs
- Monitor.cs
- GeneralTransform3D.cs
- Input.cs
- TextEndOfParagraph.cs
- XPathItem.cs
- QuaternionAnimation.cs
- NetworkCredential.cs
- EntityCommandExecutionException.cs
- HttpHeaderCollection.cs
- BaseWebProxyFinder.cs
- SerializerDescriptor.cs
- COM2ColorConverter.cs
- DynamicAttribute.cs
- SQLDouble.cs
- WebControlAdapter.cs
- DataSourceView.cs
- StrokeNodeEnumerator.cs
- BitmapInitialize.cs
- Error.cs
- ExceptionRoutedEventArgs.cs
- DesignerTransactionCloseEvent.cs
- EntityDataSourceMemberPath.cs
- PreviousTrackingServiceAttribute.cs
- nulltextcontainer.cs
- PreservationFileReader.cs
- OpCopier.cs
- EntityDataSourceValidationException.cs
- QilName.cs
- ScriptManager.cs
- CodeAttributeArgumentCollection.cs
- DataBoundControlActionList.cs
- GridViewSortEventArgs.cs
- XmlElementAttributes.cs
- InkCanvas.cs
- TriggerAction.cs
- Tokenizer.cs
- Utils.cs
- SafePEFileHandle.cs
- StrongNameHelpers.cs
- StatusStrip.cs
- DesignerLabelAdapter.cs
- ChtmlCalendarAdapter.cs
- ChooseAction.cs
- XPathDocumentIterator.cs
- SamlAssertion.cs
- BitmapCacheBrush.cs
- MouseBinding.cs
- PartialCachingControl.cs
- BamlTreeMap.cs
- DefaultTextStore.cs
- ObjectSelectorEditor.cs
- ObjectDataSourceDisposingEventArgs.cs
- AccessKeyManager.cs
- XsdBuilder.cs
- HttpHeaderCollection.cs
- SelectionProcessor.cs
- ButtonBaseAutomationPeer.cs
- WinEventQueueItem.cs
- GridLengthConverter.cs
- ParseHttpDate.cs
- PagePropertiesChangingEventArgs.cs
- AccessViolationException.cs
- xamlnodes.cs
- XmlDataProvider.cs
- MultiTargetingUtil.cs
- RenderingBiasValidation.cs
- NameValuePair.cs
- WebResponse.cs
- RemotingSurrogateSelector.cs
- BitmapPalette.cs
- BaseCollection.cs
- MenuCommandService.cs
- TextWriterEngine.cs
- WebBrowserEvent.cs
- XmlSchemaExternal.cs
- Restrictions.cs
- RegexGroupCollection.cs
- ConfigurationManagerInternal.cs
- PartialCachingControl.cs
- XPathExpr.cs
- XmlSiteMapProvider.cs
- User.cs
- DomainUpDown.cs
- DataListCommandEventArgs.cs
- WebPartConnectionsConfigureVerb.cs
- InkCanvasSelectionAdorner.cs
- EntitySet.cs
- LayoutEngine.cs
- ElementNotAvailableException.cs
- _ConnectionGroup.cs
- __FastResourceComparer.cs
- GeometryGroup.cs
- SafeRightsManagementEnvironmentHandle.cs
- HitTestParameters.cs