Code:
/ FX-1434 / FX-1434 / 1.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
- XsltLoader.cs
- CreateInstanceBinder.cs
- BypassElementCollection.cs
- InheritanceAttribute.cs
- XmlParserContext.cs
- DocumentOrderQuery.cs
- PackWebRequestFactory.cs
- DataGridViewLayoutData.cs
- CallTemplateAction.cs
- DataGridViewColumnEventArgs.cs
- DataView.cs
- PrintControllerWithStatusDialog.cs
- XamlClipboardData.cs
- _LazyAsyncResult.cs
- CompilerResults.cs
- BlurEffect.cs
- XamlReader.cs
- EmptyImpersonationContext.cs
- NopReturnReader.cs
- MemberPath.cs
- DBConnection.cs
- GenericXmlSecurityToken.cs
- objectquery_tresulttype.cs
- ScrollProperties.cs
- AppDomain.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- WebPartTransformerCollection.cs
- ScalarRestriction.cs
- HandoffBehavior.cs
- DesignSurface.cs
- AuthorizationRule.cs
- SHA512.cs
- ApplicationInfo.cs
- TTSEngineTypes.cs
- Attributes.cs
- BinaryFormatterWriter.cs
- DataGridColumnCollection.cs
- TextWriterTraceListener.cs
- RouteCollection.cs
- ProcessInfo.cs
- InternalTransaction.cs
- CustomErrorCollection.cs
- FormViewActionList.cs
- Quad.cs
- CacheAxisQuery.cs
- ConstraintCollection.cs
- DataFormat.cs
- ButtonAutomationPeer.cs
- InvalidComObjectException.cs
- EventDrivenDesigner.cs
- RadioButton.cs
- SatelliteContractVersionAttribute.cs
- DataServiceConfiguration.cs
- CompoundFileStreamReference.cs
- PersonalizableTypeEntry.cs
- PhysicalOps.cs
- XPathItem.cs
- Int32Rect.cs
- StringArrayConverter.cs
- DependencyPropertyChangedEventArgs.cs
- RegexCode.cs
- WebPartMenuStyle.cs
- ProviderBase.cs
- GeometryModel3D.cs
- MaskedTextProvider.cs
- ProviderUtil.cs
- SchemaCollectionCompiler.cs
- CryptoHandle.cs
- Serializer.cs
- NoClickablePointException.cs
- WorkflowMarkupSerializerMapping.cs
- HideDisabledControlAdapter.cs
- XamlWriter.cs
- AutomationEvent.cs
- CommandEventArgs.cs
- RunWorkerCompletedEventArgs.cs
- DefaultTraceListener.cs
- AspNetSynchronizationContext.cs
- XmlQueryOutput.cs
- WindowsContainer.cs
- ExpressionVisitor.cs
- PropertiesTab.cs
- IfElseDesigner.xaml.cs
- NativeWindow.cs
- TaskFileService.cs
- UpdatePanelControlTrigger.cs
- Timer.cs
- IUnknownConstantAttribute.cs
- CompiledQueryCacheEntry.cs
- ToolboxService.cs
- EventsTab.cs
- SQLDateTime.cs
- CultureTableRecord.cs
- ChildTable.cs
- CodeObject.cs
- IntegrationExceptionEventArgs.cs
- WebPartMinimizeVerb.cs
- Tokenizer.cs
- MaskedTextProvider.cs
- CheckBoxPopupAdapter.cs