Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProviderException.cs
- SqlCacheDependency.cs
- HandoffBehavior.cs
- M3DUtil.cs
- DataRelation.cs
- ConstructorBuilder.cs
- ErrorStyle.cs
- Effect.cs
- ContextDataSourceView.cs
- XmlNullResolver.cs
- BinaryEditor.cs
- GPRECT.cs
- FactoryGenerator.cs
- ActivityDefaults.cs
- LinqDataSourceSelectEventArgs.cs
- ExtendedProperty.cs
- SqlRewriteScalarSubqueries.cs
- OutputCacheSettings.cs
- WorkflowItemPresenter.cs
- ListBoxItemWrapperAutomationPeer.cs
- BrowsableAttribute.cs
- Int64KeyFrameCollection.cs
- ConstraintEnumerator.cs
- ObjectRef.cs
- SystemSounds.cs
- Assembly.cs
- CngKeyCreationParameters.cs
- FontStyle.cs
- FlowDocumentScrollViewer.cs
- InvalidCardException.cs
- ClientConfigPaths.cs
- XmlAttributeOverrides.cs
- SHA1Managed.cs
- SamlAuthenticationStatement.cs
- DBAsyncResult.cs
- TypeBuilderInstantiation.cs
- DocumentGrid.cs
- DataGridItem.cs
- RawStylusInput.cs
- TypeToTreeConverter.cs
- XsltQilFactory.cs
- HandleCollector.cs
- ServiceChannelFactory.cs
- LiteralDesigner.cs
- PeerCustomResolverBindingElement.cs
- SignedXml.cs
- XPathException.cs
- TextWriterTraceListener.cs
- TabPage.cs
- RemoteEndpointMessageProperty.cs
- MimeObjectFactory.cs
- AxisAngleRotation3D.cs
- DataGridViewColumnDesigner.cs
- WindowsFormsHostAutomationPeer.cs
- CommandBindingCollection.cs
- ConnectionManagementElementCollection.cs
- FilteredReadOnlyMetadataCollection.cs
- SoapAttributeOverrides.cs
- TTSEvent.cs
- InvokeAction.cs
- FixedTextSelectionProcessor.cs
- ContentElementAutomationPeer.cs
- _Connection.cs
- XmlILOptimizerVisitor.cs
- Ops.cs
- DataGridViewTopRowAccessibleObject.cs
- ObjectStateEntry.cs
- GraphicsState.cs
- WebPartConnection.cs
- DataRow.cs
- WebRequestModuleElement.cs
- SqlParameterCollection.cs
- CellTreeNode.cs
- HyperLinkStyle.cs
- EmbossBitmapEffect.cs
- IsolatedStorage.cs
- SqlRemoveConstantOrderBy.cs
- TextRangeEdit.cs
- ContentElement.cs
- TableProviderWrapper.cs
- CustomExpressionEventArgs.cs
- BoolExpr.cs
- EncryptedPackage.cs
- DrawingImage.cs
- WebPart.cs
- ParameterReplacerVisitor.cs
- EmptyReadOnlyDictionaryInternal.cs
- MarkupExtensionParser.cs
- X509Certificate.cs
- WebPartEditVerb.cs
- SystemIPGlobalProperties.cs
- ControlAdapter.cs
- TypeHelper.cs
- PipeStream.cs
- XmlQueryOutput.cs
- DataGridViewRowStateChangedEventArgs.cs
- TableHeaderCell.cs
- GraphicsState.cs
- FunctionUpdateCommand.cs
- DataTableReader.cs