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
- DataPointer.cs
- FixedDocumentSequencePaginator.cs
- DispatcherTimer.cs
- UpdateRecord.cs
- CollectionExtensions.cs
- RequestValidator.cs
- ExtenderProvidedPropertyAttribute.cs
- Section.cs
- NavigationExpr.cs
- TextMarkerSource.cs
- UriScheme.cs
- ProfilePropertySettingsCollection.cs
- StringComparer.cs
- DropSource.cs
- UDPClient.cs
- SessionStateItemCollection.cs
- CheckoutException.cs
- ConfigurationSection.cs
- RoutedEvent.cs
- SkinBuilder.cs
- CodeCommentStatementCollection.cs
- DocumentApplication.cs
- SocketPermission.cs
- FormViewUpdateEventArgs.cs
- GeometryValueSerializer.cs
- TTSEvent.cs
- RadioButtonList.cs
- SecurityUtils.cs
- QfeChecker.cs
- EncryptedXml.cs
- TransactionsSectionGroup.cs
- NumberFormatInfo.cs
- EncodingNLS.cs
- MonthCalendarDesigner.cs
- UpdateCompiler.cs
- Literal.cs
- ExceptionUtil.cs
- CapabilitiesSection.cs
- AppSettingsReader.cs
- HeaderUtility.cs
- MethodCallConverter.cs
- SplitContainer.cs
- TypeUtil.cs
- XmlFileEditor.cs
- PropertyEmitterBase.cs
- WorkflowApplication.cs
- ClientProxyGenerator.cs
- FixedSOMTableRow.cs
- XmlReader.cs
- WebServiceErrorEvent.cs
- SqlBulkCopyColumnMapping.cs
- BamlLocalizableResource.cs
- RegionInfo.cs
- EventLogHandle.cs
- Slider.cs
- XmlEncoding.cs
- CodeNamespaceImportCollection.cs
- ListParagraph.cs
- ConstructorNeedsTagAttribute.cs
- CellTreeNode.cs
- SerializeAbsoluteContext.cs
- LogEntry.cs
- WebBaseEventKeyComparer.cs
- Profiler.cs
- PolicyDesigner.cs
- TraceContextRecord.cs
- ImageSource.cs
- Site.cs
- AccessDataSource.cs
- TriggerAction.cs
- DispatcherObject.cs
- XNodeValidator.cs
- XamlInt32CollectionSerializer.cs
- NamespaceTable.cs
- WizardPanelChangingEventArgs.cs
- CategoryGridEntry.cs
- DataColumnMapping.cs
- MILUtilities.cs
- WebPartDisplayModeCancelEventArgs.cs
- webclient.cs
- DBNull.cs
- UrlPath.cs
- VolatileResourceManager.cs
- LinkButton.cs
- XmlDataSourceNodeDescriptor.cs
- BufferAllocator.cs
- SelectionProcessor.cs
- ListenerElementsCollection.cs
- LinkLabelLinkClickedEvent.cs
- EventManager.cs
- MouseActionConverter.cs
- Clipboard.cs
- DetailsViewDeleteEventArgs.cs
- CodeTypeParameter.cs
- TextSelectionProcessor.cs
- XPathExpr.cs
- CommandManager.cs
- DateTime.cs
- serverconfig.cs
- WebPartsPersonalizationAuthorization.cs