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
- ScrollableControl.cs
- EncryptedHeaderXml.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- ButtonAutomationPeer.cs
- BaseTemplatedMobileComponentEditor.cs
- AlphabetConverter.cs
- WaitHandle.cs
- SafeRightsManagementEnvironmentHandle.cs
- EntityDataSourceContainerNameConverter.cs
- WeakHashtable.cs
- SettingsContext.cs
- ServiceMetadataBehavior.cs
- PhysicalFontFamily.cs
- ConfigurationSectionGroup.cs
- KeyGestureConverter.cs
- DictionaryEntry.cs
- DataFormats.cs
- XmlSerializerVersionAttribute.cs
- DataDocumentXPathNavigator.cs
- TokenBasedSetEnumerator.cs
- GenericEnumConverter.cs
- DBPropSet.cs
- ValidationError.cs
- SqlVersion.cs
- SecurityResources.cs
- CachedBitmap.cs
- SrgsRuleRef.cs
- ConstrainedDataObject.cs
- SiblingIterators.cs
- CodeChecksumPragma.cs
- URIFormatException.cs
- AppliesToBehaviorDecisionTable.cs
- DynamicDataExtensions.cs
- DesignTable.cs
- DrawListViewItemEventArgs.cs
- ColorBlend.cs
- QilSortKey.cs
- CallContext.cs
- UIElement.cs
- DynamicILGenerator.cs
- LocatorPart.cs
- UInt64Storage.cs
- SqlConnectionPoolProviderInfo.cs
- SQLGuid.cs
- CanonicalFontFamilyReference.cs
- SingleAnimation.cs
- ActivitySurrogate.cs
- ImageList.cs
- DependencyProperty.cs
- HttpPostProtocolImporter.cs
- TextReader.cs
- NGCPageContentCollectionSerializerAsync.cs
- DetailsViewRowCollection.cs
- GradientBrush.cs
- TextDecorationUnitValidation.cs
- PrintPreviewControl.cs
- Typeface.cs
- TreeNodeEventArgs.cs
- ListControlBoundActionList.cs
- EventMappingSettings.cs
- DragEvent.cs
- CollectionEditVerbManager.cs
- XPathQilFactory.cs
- SqlDataSourceEnumerator.cs
- FormatSettings.cs
- AlternateView.cs
- AsyncOperationManager.cs
- IdentityHolder.cs
- SchemaNamespaceManager.cs
- WindowsTitleBar.cs
- DesignerActionPanel.cs
- SmtpSection.cs
- IteratorFilter.cs
- BitArray.cs
- QueryRewriter.cs
- NullableBoolConverter.cs
- SessionParameter.cs
- CharKeyFrameCollection.cs
- WindowsAltTab.cs
- XmlObjectSerializerReadContextComplex.cs
- _ShellExpression.cs
- TransactionCache.cs
- base64Transforms.cs
- ToolStripOverflowButton.cs
- ProxyGenerationError.cs
- UnsafeNativeMethods.cs
- RestHandlerFactory.cs
- NetworkStream.cs
- DiagnosticTrace.cs
- StrokeNode.cs
- BooleanAnimationBase.cs
- ValueOfAction.cs
- ColorIndependentAnimationStorage.cs
- SmtpClient.cs
- BrowserCapabilitiesFactoryBase.cs
- ListDictionary.cs
- ContentElement.cs
- WpfSharedBamlSchemaContext.cs
- DataGridViewDesigner.cs
- BitmapEffectInputData.cs