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
- XPathBuilder.cs
- TargetInvocationException.cs
- StyleXamlParser.cs
- SelectionRange.cs
- Event.cs
- EditorZone.cs
- DbProviderManifest.cs
- ToolboxDataAttribute.cs
- SliderAutomationPeer.cs
- ClickablePoint.cs
- EntityContainer.cs
- TcpChannelHelper.cs
- TargetControlTypeAttribute.cs
- WorkflowInstanceUnhandledExceptionRecord.cs
- NamedElement.cs
- CapabilitiesRule.cs
- FontSizeConverter.cs
- XPSSignatureDefinition.cs
- TextEditorSpelling.cs
- ExternalException.cs
- MessageFormatterConverter.cs
- UniqueConstraint.cs
- LayeredChannelFactory.cs
- ControlTemplate.cs
- NavigationProperty.cs
- BackgroundFormatInfo.cs
- InstanceDescriptor.cs
- TimeSpanValidator.cs
- RuleElement.cs
- GeneralTransform3DTo2DTo3D.cs
- TreeNodeClickEventArgs.cs
- ListenerBinder.cs
- Predicate.cs
- OracleInternalConnection.cs
- TargetParameterCountException.cs
- BigInt.cs
- AnnotationComponentManager.cs
- SerializerProvider.cs
- FileStream.cs
- DataPagerFieldCollection.cs
- OpenTypeCommon.cs
- JsonFormatReaderGenerator.cs
- PrintingPermissionAttribute.cs
- TabPanel.cs
- DataColumnCollection.cs
- _HeaderInfoTable.cs
- RijndaelManaged.cs
- ManagedIStream.cs
- OdbcError.cs
- CollectionContainer.cs
- DataServiceContext.cs
- EventOpcode.cs
- wgx_sdk_version.cs
- BaseParagraph.cs
- UMPAttributes.cs
- BitmapMetadataBlob.cs
- DataGridPageChangedEventArgs.cs
- BeginStoryboard.cs
- CompiledIdentityConstraint.cs
- TcpClientSocketManager.cs
- SqlTriggerAttribute.cs
- FixedSOMTable.cs
- FreezableCollection.cs
- PropertyChangedEventManager.cs
- BuilderElements.cs
- XmlArrayAttribute.cs
- MatrixUtil.cs
- WindowsButton.cs
- DeploymentExceptionMapper.cs
- Thread.cs
- Point3D.cs
- Error.cs
- FieldAccessException.cs
- FontFamilyConverter.cs
- ProcessThreadDesigner.cs
- basenumberconverter.cs
- SqlInfoMessageEvent.cs
- CachedTypeface.cs
- ObjectDesignerDataSourceView.cs
- XmlAtomicValue.cs
- HttpCookieCollection.cs
- XmlHierarchicalEnumerable.cs
- Border.cs
- SecurityIdentifierConverter.cs
- MsmqChannelFactory.cs
- ListViewGroup.cs
- ServicesUtilities.cs
- ColumnHeaderConverter.cs
- SchemaLookupTable.cs
- CallContext.cs
- PropertyPathConverter.cs
- ThemeDictionaryExtension.cs
- TypeUtils.cs
- UnsafeNativeMethods.cs
- CriticalFinalizerObject.cs
- DataGridParentRows.cs
- SignedPkcs7.cs
- Base64Decoder.cs
- CopyOfAction.cs
- TableDetailsCollection.cs