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
- UpdatePanelControlTrigger.cs
- WebSysDefaultValueAttribute.cs
- HelpFileFileNameEditor.cs
- XmlImplementation.cs
- WindowCollection.cs
- SystemPens.cs
- Attachment.cs
- XsltException.cs
- XNodeNavigator.cs
- RoutedEventHandlerInfo.cs
- NonVisualControlAttribute.cs
- TouchFrameEventArgs.cs
- ErrorFormatterPage.cs
- _ListenerResponseStream.cs
- Span.cs
- PropertyPath.cs
- SerialPinChanges.cs
- PrintDialog.cs
- TypeBuilder.cs
- AndCondition.cs
- RenameRuleObjectDialog.cs
- SqlDelegatedTransaction.cs
- BuilderPropertyEntry.cs
- HttpFileCollection.cs
- HttpListener.cs
- MessageHeaderT.cs
- Timer.cs
- ScriptResourceMapping.cs
- ObjectDataSource.cs
- TextPointerBase.cs
- WebPartAuthorizationEventArgs.cs
- TypeSource.cs
- DiagnosticsConfiguration.cs
- OutputCacheSettings.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- ProfileParameter.cs
- CqlIdentifiers.cs
- StringConcat.cs
- ThreadStateException.cs
- MouseButton.cs
- DataObjectFieldAttribute.cs
- SimpleWorkerRequest.cs
- Variant.cs
- SerializationHelper.cs
- TitleStyle.cs
- SqlRecordBuffer.cs
- ActivatedMessageQueue.cs
- DeflateStream.cs
- EmptyElement.cs
- ListItemCollection.cs
- StylusPointDescription.cs
- TreeNodeConverter.cs
- IFlowDocumentViewer.cs
- WebConfigurationHost.cs
- DbQueryCommandTree.cs
- X509CertificateCollection.cs
- DescendantOverDescendantQuery.cs
- SystemInfo.cs
- Funcletizer.cs
- CharAnimationBase.cs
- XmlSchemaSimpleTypeRestriction.cs
- DesignerOptions.cs
- TypeConverterHelper.cs
- DateTimeOffset.cs
- DataGridHeaderBorder.cs
- SchemaImporter.cs
- M3DUtil.cs
- ScaleTransform.cs
- XsltCompileContext.cs
- ScrollEvent.cs
- DocumentPage.cs
- FileChangesMonitor.cs
- AxisAngleRotation3D.cs
- CompileXomlTask.cs
- InvalidCastException.cs
- FigureParagraph.cs
- FrameworkContentElement.cs
- InternalResources.cs
- AdRotator.cs
- LicenseContext.cs
- DataGridPageChangedEventArgs.cs
- SourceFileInfo.cs
- HttpProfileBase.cs
- EventLogPermissionHolder.cs
- CategoryNameCollection.cs
- RemotingConfigParser.cs
- ToolStripDropDownClosingEventArgs.cs
- hwndwrapper.cs
- SupportsEventValidationAttribute.cs
- ECDiffieHellman.cs
- ComboBox.cs
- RegistryKey.cs
- Profiler.cs
- BeginStoryboard.cs
- COM2ExtendedUITypeEditor.cs
- httpapplicationstate.cs
- TranslateTransform3D.cs
- CheckedPointers.cs
- PnrpPermission.cs
- SizeAnimationBase.cs