Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }Specifies the ///that occurred.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- unitconverter.cs
- Win32.cs
- SmiTypedGetterSetter.cs
- InkCanvasSelectionAdorner.cs
- ThrowHelper.cs
- SqlConnectionString.cs
- ProcessHostConfigUtils.cs
- MenuTracker.cs
- ExtensionElementCollection.cs
- WindowsTokenRoleProvider.cs
- ColorBuilder.cs
- InputLanguageSource.cs
- XmlUrlResolver.cs
- AnnotationDocumentPaginator.cs
- TableDetailsCollection.cs
- AutomationElement.cs
- KeyEventArgs.cs
- CodeCommentStatementCollection.cs
- TrustLevel.cs
- bindurihelper.cs
- AnnotationComponentManager.cs
- HandlerWithFactory.cs
- LinqDataSourceContextEventArgs.cs
- StylusCaptureWithinProperty.cs
- ByteStream.cs
- XslAstAnalyzer.cs
- DetailsView.cs
- OdbcHandle.cs
- ZoneButton.cs
- ObjectListItem.cs
- DelegatedStream.cs
- BitmapEffectDrawingContextWalker.cs
- ContextMenu.cs
- HttpGetClientProtocol.cs
- DetailsViewModeEventArgs.cs
- XPathConvert.cs
- ProcessHostServerConfig.cs
- TerminatingOperationBehavior.cs
- SlipBehavior.cs
- PopOutPanel.cs
- TimeoutHelper.cs
- RequestCachePolicyConverter.cs
- System.Data_BID.cs
- X509Utils.cs
- StringCollection.cs
- MemberExpression.cs
- Attributes.cs
- EdmValidator.cs
- ChannelManagerBase.cs
- WorkflowServiceBuildProvider.cs
- CompiledXpathExpr.cs
- Currency.cs
- FacetValueContainer.cs
- FormsAuthenticationModule.cs
- Timeline.cs
- ContentDisposition.cs
- HMACMD5.cs
- DesignerForm.cs
- StreamGeometry.cs
- TransferMode.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- Control.cs
- figurelength.cs
- ToolStripRenderer.cs
- Page.cs
- Attributes.cs
- TextWriterEngine.cs
- ChangePassword.cs
- Paragraph.cs
- CreateUserWizardStep.cs
- PathData.cs
- EntityKey.cs
- CounterCreationData.cs
- Soap12ProtocolReflector.cs
- IsolationInterop.cs
- SchemaElementLookUpTable.cs
- COM2EnumConverter.cs
- Identifier.cs
- _ListenerAsyncResult.cs
- ChtmlCalendarAdapter.cs
- RemotingConfigParser.cs
- DynamicRenderer.cs
- LicenseProviderAttribute.cs
- AsyncCompletedEventArgs.cs
- AnnotationAdorner.cs
- XmlElementAttribute.cs
- HuffmanTree.cs
- DateTimeSerializationSection.cs
- GraphicsPath.cs
- SafeRegistryKey.cs
- ZipPackagePart.cs
- TTSEngineProxy.cs
- RemotingSurrogateSelector.cs
- ListViewItemEventArgs.cs
- FormattedTextSymbols.cs
- ExitEventArgs.cs
- DataBindingExpressionBuilder.cs
- MatrixTransform3D.cs
- DataGridColumn.cs
- SimpleFileLog.cs