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;
///
///
/// Provides data for the System.Windows.Forms.Application.ThreadException event.
///
///
public class ThreadExceptionEventArgs : EventArgs {
private Exception exception;
///
///
/// Initializes a new instance of the class.
///
///
public ThreadExceptionEventArgs(Exception t) {
exception = t;
}
///
/// Specifies the that occurred.
///
public Exception Exception {
get {
return exception;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Threading {
using System.Threading;
using System.Diagnostics;
using System;
///
///
/// Provides data for the System.Windows.Forms.Application.ThreadException event.
///
///
public class ThreadExceptionEventArgs : EventArgs {
private Exception exception;
///
///
/// Initializes a new instance of the class.
///
///
public ThreadExceptionEventArgs(Exception t) {
exception = t;
}
///
/// Specifies the that occurred.
///
public Exception Exception {
get {
return exception;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CollectionDataContractAttribute.cs
- SRef.cs
- CellCreator.cs
- ComPlusTraceRecord.cs
- CompositeDuplexElement.cs
- PropertyGeneratedEventArgs.cs
- ObjectStateEntryDbDataRecord.cs
- OpCodes.cs
- PanelStyle.cs
- EdmTypeAttribute.cs
- NoneExcludedImageIndexConverter.cs
- HeaderCollection.cs
- RepeaterCommandEventArgs.cs
- GlyphRunDrawing.cs
- Propagator.cs
- ModuleConfigurationInfo.cs
- PrivilegeNotHeldException.cs
- compensatingcollection.cs
- IIS7UserPrincipal.cs
- RewritingPass.cs
- DecoderBestFitFallback.cs
- SqlMethodCallConverter.cs
- CommonDialog.cs
- ConfigurationPermission.cs
- ToolStripItemRenderEventArgs.cs
- CustomErrorsSection.cs
- MessageBox.cs
- GlyphingCache.cs
- DocumentEventArgs.cs
- ReferencedAssembly.cs
- CodeGenerator.cs
- ServiceDesigner.cs
- coordinatorfactory.cs
- mediapermission.cs
- DependencyObjectPropertyDescriptor.cs
- HttpListenerTimeoutManager.cs
- SystemThemeKey.cs
- CalendarDateRangeChangingEventArgs.cs
- ClipboardProcessor.cs
- Brushes.cs
- SmtpDigestAuthenticationModule.cs
- CompilationUnit.cs
- TimeZoneInfo.cs
- FileUtil.cs
- sqlstateclientmanager.cs
- HttpPostedFile.cs
- WSDualHttpBinding.cs
- DataGridViewBand.cs
- SynchronizedPool.cs
- Exceptions.cs
- PageParserFilter.cs
- BaseDataBoundControl.cs
- DragAssistanceManager.cs
- FixedBufferAttribute.cs
- Rect3DConverter.cs
- SchemaTableColumn.cs
- FormattedText.cs
- WasHostedComPlusFactory.cs
- ConfigurationUtility.cs
- CodeAttributeArgument.cs
- LayoutManager.cs
- WindowPattern.cs
- PaginationProgressEventArgs.cs
- BuildProvider.cs
- InstanceDescriptor.cs
- SynchronousChannel.cs
- CurrentTimeZone.cs
- UInt64.cs
- CharKeyFrameCollection.cs
- VersionedStream.cs
- FastEncoder.cs
- SerializationAttributes.cs
- NotifyIcon.cs
- TemplateComponentConnector.cs
- OleDbMetaDataFactory.cs
- ToolStripPanelSelectionGlyph.cs
- SessionPageStatePersister.cs
- OleDbTransaction.cs
- SelectionPatternIdentifiers.cs
- HttpRawResponse.cs
- AppSettingsExpressionEditor.cs
- DbParameterHelper.cs
- SplitterPanel.cs
- TimeStampChecker.cs
- PageContent.cs
- Int32Storage.cs
- DebugInfoGenerator.cs
- SecurityTokenContainer.cs
- cookie.cs
- CapabilitiesUse.cs
- Content.cs
- AmbientLight.cs
- PolygonHotSpot.cs
- filewebresponse.cs
- GeneralTransform2DTo3DTo2D.cs
- ProfileGroupSettings.cs
- StringInfo.cs
- DoubleConverter.cs
- ScalarType.cs
- MatrixTransform.cs