Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- IntranetCredentialPolicy.cs
- ScrollChangedEventArgs.cs
- PointUtil.cs
- CapabilitiesSection.cs
- SystemTcpStatistics.cs
- AsyncStreamReader.cs
- DynamicPropertyHolder.cs
- XmlSchemaCompilationSettings.cs
- QuotedPrintableStream.cs
- SpellerHighlightLayer.cs
- ValidatorCollection.cs
- ClientRuntimeConfig.cs
- Brush.cs
- ISSmlParser.cs
- DataRelationCollection.cs
- OdbcParameterCollection.cs
- ProfileGroupSettings.cs
- CustomErrorsSection.cs
- CommandPlan.cs
- BitArray.cs
- CatalogZone.cs
- AssemblyInfo.cs
- TaskFormBase.cs
- RoleGroup.cs
- ToolStripComboBox.cs
- EdgeProfileValidation.cs
- PackagePartCollection.cs
- ServiceBusyException.cs
- Stylesheet.cs
- CallbackException.cs
- SystemInfo.cs
- StructuredProperty.cs
- CryptoStream.cs
- IResourceProvider.cs
- MessagePropertyFilter.cs
- TextBoxDesigner.cs
- ResourcesChangeInfo.cs
- TextClipboardData.cs
- BitStream.cs
- WebBrowserNavigatedEventHandler.cs
- ErrorHandlerModule.cs
- HttpListenerResponse.cs
- HttpCookieCollection.cs
- followingquery.cs
- StylusPointPropertyId.cs
- DescendantQuery.cs
- ColorConvertedBitmap.cs
- oledbmetadatacollectionnames.cs
- InputScopeAttribute.cs
- wgx_render.cs
- HtmlWindowCollection.cs
- Normalization.cs
- SecurityChannelFaultConverter.cs
- TextEffect.cs
- InputLanguageProfileNotifySink.cs
- WriteFileContext.cs
- EncoderFallback.cs
- StateItem.cs
- XmlIgnoreAttribute.cs
- TimeSpanFormat.cs
- BufferedGraphicsManager.cs
- CustomCredentialPolicy.cs
- DetailsViewDeleteEventArgs.cs
- InkCanvas.cs
- ApplyImportsAction.cs
- EnumType.cs
- AsnEncodedData.cs
- AppSecurityManager.cs
- IdleTimeoutMonitor.cs
- AnnotationDocumentPaginator.cs
- SaveWorkflowAsyncResult.cs
- ThicknessAnimationUsingKeyFrames.cs
- HttpHandlerActionCollection.cs
- ProgressChangedEventArgs.cs
- SchemaType.cs
- DesignTimeTemplateParser.cs
- TrackBarRenderer.cs
- NGCPageContentCollectionSerializerAsync.cs
- CommandValueSerializer.cs
- ExtenderProvidedPropertyAttribute.cs
- Set.cs
- InkPresenterAutomationPeer.cs
- SerializationAttributes.cs
- DataMisalignedException.cs
- RouteItem.cs
- RuntimeArgumentHandle.cs
- SectionInformation.cs
- securestring.cs
- DocumentPageHost.cs
- Claim.cs
- Deflater.cs
- ErrorTableItemStyle.cs
- DbConnectionPool.cs
- Enumerable.cs
- COAUTHINFO.cs
- RSACryptoServiceProvider.cs
- MultiAsyncResult.cs
- EvidenceBase.cs
- SiteMapNodeItemEventArgs.cs
- HttpErrorTraceRecord.cs