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
- TogglePattern.cs
- ErrorEventArgs.cs
- WebPartDescription.cs
- OleDbReferenceCollection.cs
- OletxEnlistment.cs
- FixedPageStructure.cs
- SmiSettersStream.cs
- DbParameterCollectionHelper.cs
- SmiEventStream.cs
- BooleanProjectedSlot.cs
- PictureBox.cs
- BooleanFunctions.cs
- MouseActionValueSerializer.cs
- XmlAutoDetectWriter.cs
- DocumentViewerBaseAutomationPeer.cs
- SocketPermission.cs
- DynamicMetaObjectBinder.cs
- Error.cs
- WSSecurityTokenSerializer.cs
- InteropAutomationProvider.cs
- ConfigXmlText.cs
- ConsumerConnectionPoint.cs
- XmlException.cs
- InvokePatternIdentifiers.cs
- ObjectViewListener.cs
- StorageMappingItemCollection.cs
- Parameter.cs
- UpdateManifestForBrowserApplication.cs
- Line.cs
- UncommonField.cs
- BaseTemplateParser.cs
- Events.cs
- PropertyChangeTracker.cs
- HttpFileCollection.cs
- SapiRecognizer.cs
- BuildProvider.cs
- PtsPage.cs
- SiteMapProvider.cs
- XmlNodeChangedEventManager.cs
- XmlSchemaGroupRef.cs
- AutomationPeer.cs
- DataGridTableCollection.cs
- ManagementQuery.cs
- PassportAuthenticationEventArgs.cs
- TextOutput.cs
- TimeSpanStorage.cs
- ApplyImportsAction.cs
- OracleBinary.cs
- NamedElement.cs
- MenuItemAutomationPeer.cs
- ExpandSegment.cs
- SystemTcpConnection.cs
- ItemContainerGenerator.cs
- StringUtil.cs
- RangeContentEnumerator.cs
- JsonStringDataContract.cs
- RenderDataDrawingContext.cs
- RtfControlWordInfo.cs
- BooleanToVisibilityConverter.cs
- ObjectHandle.cs
- ExtensionWindow.cs
- DataGridViewBindingCompleteEventArgs.cs
- CodeIndexerExpression.cs
- ComponentResourceKeyConverter.cs
- EnumBuilder.cs
- BasicBrowserDialog.designer.cs
- WebPartDeleteVerb.cs
- SelectionProcessor.cs
- BaseResourcesBuildProvider.cs
- _NegotiateClient.cs
- TimelineCollection.cs
- MyContact.cs
- BackStopAuthenticationModule.cs
- HeaderCollection.cs
- DataBoundControlAdapter.cs
- ThreadStartException.cs
- Throw.cs
- BevelBitmapEffect.cs
- CodeArgumentReferenceExpression.cs
- RestHandler.cs
- DbInsertCommandTree.cs
- StateItem.cs
- WebPageTraceListener.cs
- SiteMapSection.cs
- WindowsSlider.cs
- ContentPropertyAttribute.cs
- tooltip.cs
- IPHostEntry.cs
- SynchronizationLockException.cs
- OdbcConnection.cs
- RadioButtonAutomationPeer.cs
- MouseDevice.cs
- TypeConverterAttribute.cs
- RegexCapture.cs
- StructuralObject.cs
- InternalPolicyElement.cs
- StrokeFIndices.cs
- ReceiveContent.cs
- OlePropertyStructs.cs
- StringToken.cs