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
- StreamWriter.cs
- String.cs
- DataGridColumn.cs
- TextElementEnumerator.cs
- CalendarDay.cs
- RenderOptions.cs
- storepermissionattribute.cs
- HostUtils.cs
- HashJoinQueryOperatorEnumerator.cs
- StateDesigner.TransitionInfo.cs
- LocatorManager.cs
- FormsAuthenticationUserCollection.cs
- ping.cs
- ReadOnlyDataSource.cs
- StreamSecurityUpgradeAcceptor.cs
- OrderedDictionary.cs
- GridViewSortEventArgs.cs
- RequestUriProcessor.cs
- ConnectionStringsSection.cs
- AsymmetricSignatureDeformatter.cs
- LiteralControl.cs
- Baml6ConstructorInfo.cs
- XsltFunctions.cs
- ColorDialog.cs
- FormattedTextSymbols.cs
- DecoderExceptionFallback.cs
- mansign.cs
- RestHandler.cs
- OdbcInfoMessageEvent.cs
- CodeNamespace.cs
- SqlClientWrapperSmiStreamChars.cs
- HorizontalAlignConverter.cs
- TextFormatter.cs
- PathFigureCollectionValueSerializer.cs
- ListViewGroupConverter.cs
- InvalidPropValue.cs
- TriggerAction.cs
- C14NUtil.cs
- XmlExpressionDumper.cs
- PhysicalOps.cs
- FlowNode.cs
- PseudoWebRequest.cs
- DesignerLabelAdapter.cs
- mediaeventshelper.cs
- Marshal.cs
- SafeNativeMethods.cs
- TextBoxLine.cs
- ThicknessKeyFrameCollection.cs
- EdmProviderManifest.cs
- ClickablePoint.cs
- DataContractSerializerOperationBehavior.cs
- TextLine.cs
- TransformerInfoCollection.cs
- HandlerBase.cs
- oledbmetadatacolumnnames.cs
- CompilerState.cs
- WindowsRegion.cs
- ZipIOLocalFileHeader.cs
- QilStrConcat.cs
- WorkflowFormatterBehavior.cs
- RotateTransform.cs
- XmlBoundElement.cs
- VScrollProperties.cs
- Pair.cs
- SQLDateTime.cs
- ProfileServiceManager.cs
- ConfigurationSchemaErrors.cs
- XmlReaderSettings.cs
- GraphicsContext.cs
- remotingproxy.cs
- RPIdentityRequirement.cs
- TextureBrush.cs
- RSACryptoServiceProvider.cs
- ListControl.cs
- LinqDataSourceContextEventArgs.cs
- CaseKeyBox.ViewModel.cs
- TdsParserHelperClasses.cs
- PathGradientBrush.cs
- EditorAttribute.cs
- RankException.cs
- CodeGotoStatement.cs
- ISAPIWorkerRequest.cs
- XslCompiledTransform.cs
- NonDualMessageSecurityOverHttp.cs
- DiscreteKeyFrames.cs
- _ServiceNameStore.cs
- LogRecordSequence.cs
- PropertyItemInternal.cs
- SqlDataReader.cs
- HtmlGenericControl.cs
- MessageQueue.cs
- ExpanderAutomationPeer.cs
- ArrayConverter.cs
- NameSpaceExtractor.cs
- ProxyWebPart.cs
- DbDataAdapter.cs
- HighlightVisual.cs
- ToolStripDropDownClosedEventArgs.cs
- ExpressionCopier.cs
- VirtualizingPanel.cs