Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Threading / ThreadInterruptedException.cs / 1 / ThreadInterruptedException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: ThreadInterruptedException ** ** ** Purpose: An exception class to indicate that the thread was interrupted ** from a waiting state. ** ** =============================================================================*/ namespace System.Threading { using System.Threading; using System; using System.Runtime.Serialization; [System.Runtime.InteropServices.ComVisible(true)] [Serializable()] public class ThreadInterruptedException : SystemException { public ThreadInterruptedException() : base(GetMessageFromNativeResources(ExceptionMessageKind.ThreadInterrupted)) { SetErrorCode(__HResults.COR_E_THREADINTERRUPTED); } public ThreadInterruptedException(String message) : base(message) { SetErrorCode(__HResults.COR_E_THREADINTERRUPTED); } public ThreadInterruptedException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_THREADINTERRUPTED); } protected ThreadInterruptedException(SerializationInfo info, StreamingContext context) : base (info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MarkupObject.cs
- PointHitTestParameters.cs
- BackoffTimeoutHelper.cs
- Section.cs
- KeyNotFoundException.cs
- ClientRoleProvider.cs
- UnknownBitmapDecoder.cs
- XPathNavigator.cs
- GridViewItemAutomationPeer.cs
- PerformanceCounterCategory.cs
- TypeInfo.cs
- ServiceProviders.cs
- PermissionSetTriple.cs
- SingleBodyParameterMessageFormatter.cs
- DbMetaDataFactory.cs
- TextServicesManager.cs
- DataSourceCache.cs
- BufferBuilder.cs
- PrintControllerWithStatusDialog.cs
- SqlCommandBuilder.cs
- DesigntimeLicenseContextSerializer.cs
- SingleBodyParameterMessageFormatter.cs
- ButtonBase.cs
- XPathChildIterator.cs
- ObjectSet.cs
- ThreadAttributes.cs
- DirectoryRedirect.cs
- XamlSerializer.cs
- ComboBoxAutomationPeer.cs
- ResourceExpressionBuilder.cs
- DbConnectionHelper.cs
- Path.cs
- WebServiceParameterData.cs
- DebugInfo.cs
- ParsedAttributeCollection.cs
- DataRow.cs
- AttributeCollection.cs
- SmtpCommands.cs
- PKCS1MaskGenerationMethod.cs
- PerformanceCounterTraceRecord.cs
- TimeSpanStorage.cs
- NonParentingControl.cs
- XamlPointCollectionSerializer.cs
- TreeNodeConverter.cs
- TextFormatterContext.cs
- XmlDataCollection.cs
- EditingScope.cs
- DataGridViewSelectedCellCollection.cs
- UnSafeCharBuffer.cs
- MetadataWorkspace.cs
- IDQuery.cs
- SRGSCompiler.cs
- SoapSchemaImporter.cs
- SecureStringHasher.cs
- NavigationExpr.cs
- WebBrowserPermission.cs
- PresentationAppDomainManager.cs
- SqlDataSourceEnumerator.cs
- LinqDataSourceUpdateEventArgs.cs
- SafeHandle.cs
- ControlsConfig.cs
- TableRow.cs
- CheckedPointers.cs
- CultureInfo.cs
- DeferredElementTreeState.cs
- ToolStripPanelCell.cs
- SafeUserTokenHandle.cs
- InstanceLockLostException.cs
- CalendarBlackoutDatesCollection.cs
- Base64Decoder.cs
- CodeDefaultValueExpression.cs
- WorkingDirectoryEditor.cs
- WebConfigurationFileMap.cs
- ComponentCodeDomSerializer.cs
- UrlMappingsSection.cs
- ClientConfigurationSystem.cs
- ImportCatalogPart.cs
- AccessViolationException.cs
- RemoteWebConfigurationHost.cs
- IgnoreFileBuildProvider.cs
- WindowsServiceCredential.cs
- BoolExpressionVisitors.cs
- xamlnodes.cs
- Exceptions.cs
- SymmetricCryptoHandle.cs
- EdmError.cs
- InputReport.cs
- Selection.cs
- FileVersionInfo.cs
- Privilege.cs
- SafeFileMappingHandle.cs
- UserControlParser.cs
- QilXmlReader.cs
- EntityConnectionStringBuilder.cs
- XmlILOptimizerVisitor.cs
- XmlSchemaSimpleContent.cs
- TimelineClockCollection.cs
- GridViewRowCollection.cs
- CatalogZoneDesigner.cs
- Int16KeyFrameCollection.cs