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
- InstanceDataCollection.cs
- BoundField.cs
- ElementHost.cs
- AssemblyCache.cs
- CreateUserErrorEventArgs.cs
- DesignerDeviceConfig.cs
- DataGridViewRowsRemovedEventArgs.cs
- SymbolTable.cs
- EventRecordWrittenEventArgs.cs
- ProcessHostServerConfig.cs
- BindingNavigatorDesigner.cs
- RegexWriter.cs
- UTF7Encoding.cs
- HyperLinkDesigner.cs
- GridProviderWrapper.cs
- DbModificationClause.cs
- CodeTypeMemberCollection.cs
- AssemblyAttributes.cs
- CdpEqualityComparer.cs
- ComboBoxItem.cs
- AsyncDataRequest.cs
- BasePropertyDescriptor.cs
- EventLogPermissionEntryCollection.cs
- EntityViewContainer.cs
- EntityDataSourceWizardForm.cs
- MessageQuerySet.cs
- Parameter.cs
- CacheVirtualItemsEvent.cs
- CodeMethodMap.cs
- EncryptedPackage.cs
- PluralizationService.cs
- Point3DValueSerializer.cs
- HostingEnvironmentSection.cs
- ItemCheckEvent.cs
- EventHandlersStore.cs
- EndpointReference.cs
- FixedNode.cs
- ObjectSet.cs
- RolePrincipal.cs
- ResourcePool.cs
- SamlSubject.cs
- ToolStripSettings.cs
- VisualStateChangedEventArgs.cs
- CorrelationKey.cs
- DragCompletedEventArgs.cs
- ServiceSecurityAuditElement.cs
- BrowserTree.cs
- XmlDocumentFieldSchema.cs
- NamedPermissionSet.cs
- ObjectPersistData.cs
- InternalBufferOverflowException.cs
- XmlChildNodes.cs
- Model3D.cs
- EncodingNLS.cs
- Vector3DCollectionConverter.cs
- XNodeValidator.cs
- DrawingAttributes.cs
- HttpException.cs
- ListBoxChrome.cs
- ClockController.cs
- DetailsViewUpdatedEventArgs.cs
- StylusButtonCollection.cs
- PathBox.cs
- ElementNotEnabledException.cs
- DBAsyncResult.cs
- AsyncStreamReader.cs
- XmlChoiceIdentifierAttribute.cs
- EventToken.cs
- CipherData.cs
- Paragraph.cs
- DrawingState.cs
- DockEditor.cs
- ActivationWorker.cs
- EntityException.cs
- unsafeIndexingFilterStream.cs
- TriggerActionCollection.cs
- CrossContextChannel.cs
- EdmItemError.cs
- QilPatternFactory.cs
- GridViewCancelEditEventArgs.cs
- PkcsUtils.cs
- XamlUtilities.cs
- InitiatorSessionSymmetricTransportSecurityProtocol.cs
- GroupItemAutomationPeer.cs
- PerfService.cs
- BlurBitmapEffect.cs
- Msec.cs
- localization.cs
- RowSpanVector.cs
- Ops.cs
- XmlSchemaSimpleContentExtension.cs
- KeyValuePairs.cs
- RenderingEventArgs.cs
- SqlDataSourceCache.cs
- DesignerSerializationOptionsAttribute.cs
- OuterGlowBitmapEffect.cs
- FormViewDeletedEventArgs.cs
- Literal.cs
- CqlParser.cs
- ExcCanonicalXml.cs