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
- VectorCollectionValueSerializer.cs
- RequestBringIntoViewEventArgs.cs
- ParameterBuilder.cs
- StringHandle.cs
- SoapAttributes.cs
- Native.cs
- _emptywebproxy.cs
- DecodeHelper.cs
- EntityPropertyMappingAttribute.cs
- PointCollectionConverter.cs
- XmlSchema.cs
- ConfigurationStrings.cs
- StreamProxy.cs
- CodeNamespaceCollection.cs
- FilteredDataSetHelper.cs
- HwndPanningFeedback.cs
- FixedLineResult.cs
- ArrayEditor.cs
- Stream.cs
- DataControlImageButton.cs
- RoleService.cs
- SourceItem.cs
- PersonalizationProviderCollection.cs
- CaseInsensitiveOrdinalStringComparer.cs
- EditingCoordinator.cs
- StylusPlugin.cs
- ConditionValidator.cs
- WorkflowDesignerMessageFilter.cs
- RequestTimeoutManager.cs
- WebPartMovingEventArgs.cs
- IsolatedStorageFilePermission.cs
- DetailsViewRowCollection.cs
- TextSelectionProcessor.cs
- JavaScriptString.cs
- XamlVector3DCollectionSerializer.cs
- AnnotationStore.cs
- WebWorkflowRole.cs
- Set.cs
- DependencyObjectPropertyDescriptor.cs
- TextAnchor.cs
- httpapplicationstate.cs
- DataListItemEventArgs.cs
- ParagraphVisual.cs
- PageRanges.cs
- CompilerResults.cs
- ContentDefinition.cs
- FormViewUpdateEventArgs.cs
- SqlDataSourceSelectingEventArgs.cs
- PropertyStore.cs
- dataprotectionpermission.cs
- AppSettingsSection.cs
- SoapEnvelopeProcessingElement.cs
- CopyCodeAction.cs
- XamlTypeWithExplicitNamespace.cs
- SettingsBase.cs
- BuildManagerHost.cs
- SqlClientMetaDataCollectionNames.cs
- ConfigXmlSignificantWhitespace.cs
- Schema.cs
- ExtendedPropertiesHandler.cs
- CellConstantDomain.cs
- Zone.cs
- ObfuscationAttribute.cs
- CodeExpressionRuleDeclaration.cs
- connectionpool.cs
- ObjectSpanRewriter.cs
- StateMachineAction.cs
- Transform3DCollection.cs
- SourceLocation.cs
- TypeHelpers.cs
- SecurityDocument.cs
- StatusBar.cs
- Models.cs
- MessageTraceRecord.cs
- Literal.cs
- CodeTypeMember.cs
- BorderGapMaskConverter.cs
- MailHeaderInfo.cs
- GPRECT.cs
- SerializationStore.cs
- HtmlContainerControl.cs
- assemblycache.cs
- ProtectedConfigurationProviderCollection.cs
- SafeNativeMethods.cs
- _CommandStream.cs
- ObjectView.cs
- _SslState.cs
- Util.cs
- BitmapEffectState.cs
- WorkflowDebuggerSteppingAttribute.cs
- GraphicsPathIterator.cs
- complextypematerializer.cs
- CompiledAction.cs
- WorkflowMarkupSerializationException.cs
- ExceptionUtil.cs
- TextPointerBase.cs
- CollectionViewGroupInternal.cs
- NodeFunctions.cs
- SqlClientWrapperSmiStreamChars.cs
- GlobalProxySelection.cs