Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / TimeoutException.cs / 1305376 / TimeoutException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: TimeoutException ** ** ** Purpose: Exception class for Timeout ** ** =============================================================================*/ namespace System { using System.Runtime.Serialization; [Serializable] [System.Runtime.InteropServices.ComVisible(true)] public class TimeoutException : SystemException { public TimeoutException() : base(Environment.GetResourceString("Arg_TimeoutException")) { SetErrorCode(__HResults.COR_E_TIMEOUT); } public TimeoutException(String message) : base(message) { SetErrorCode(__HResults.COR_E_TIMEOUT); } public TimeoutException(String message, Exception innerException) : base(message, innerException) { SetErrorCode(__HResults.COR_E_TIMEOUT); } // //This constructor is required for serialization. // [System.Security.SecuritySafeCritical] // auto-generated protected TimeoutException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // 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
- DelayedRegex.cs
- RuntimeWrappedException.cs
- DupHandleConnectionReader.cs
- PropertyMapper.cs
- ComplexBindingPropertiesAttribute.cs
- SelectionUIService.cs
- CheckBox.cs
- ImpersonationContext.cs
- DynamicRendererThreadManager.cs
- PeerNameRegistration.cs
- ScriptingRoleServiceSection.cs
- RSAPKCS1KeyExchangeFormatter.cs
- XmlSignificantWhitespace.cs
- GraphicsPath.cs
- XPathAncestorQuery.cs
- SchemaEntity.cs
- PathTooLongException.cs
- DragDropHelper.cs
- EncodingDataItem.cs
- RuleProcessor.cs
- _UriTypeConverter.cs
- Transform.cs
- XmlTypeAttribute.cs
- FixedTextSelectionProcessor.cs
- WebServiceFault.cs
- DynamicPropertyHolder.cs
- Vector3DAnimationBase.cs
- X509SecurityTokenProvider.cs
- XamlPointCollectionSerializer.cs
- HttpConfigurationSystem.cs
- MarkupCompiler.cs
- GenericPrincipal.cs
- CheckBoxRenderer.cs
- Comparer.cs
- CustomAttribute.cs
- ProxyAttribute.cs
- DataBindEngine.cs
- PrintControllerWithStatusDialog.cs
- figurelength.cs
- ConfigurationSection.cs
- HtmlButton.cs
- UrlPropertyAttribute.cs
- SHA512Cng.cs
- Thread.cs
- XamlLoadErrorInfo.cs
- TypeElement.cs
- ItemsPanelTemplate.cs
- KeyedCollection.cs
- AtomicFile.cs
- DataServiceHostFactory.cs
- OleDbMetaDataFactory.cs
- IndexedSelectQueryOperator.cs
- dsa.cs
- AggregateNode.cs
- ButtonChrome.cs
- DropDownList.cs
- DataGridViewCellCancelEventArgs.cs
- LinkTarget.cs
- CollectionChangeEventArgs.cs
- TextElementEnumerator.cs
- followingquery.cs
- ThemeableAttribute.cs
- AccessedThroughPropertyAttribute.cs
- AbsoluteQuery.cs
- SimpleWebHandlerParser.cs
- BaseComponentEditor.cs
- ItemType.cs
- CmsInterop.cs
- SmuggledIUnknown.cs
- ProvidersHelper.cs
- TypeResolvingOptions.cs
- ExtensionDataObject.cs
- HitTestResult.cs
- SimpleParser.cs
- TimelineCollection.cs
- XdrBuilder.cs
- MDIClient.cs
- NameTable.cs
- DbParameterHelper.cs
- DataException.cs
- EqualityComparer.cs
- ScaleTransform3D.cs
- GlyphRunDrawing.cs
- WCFModelStrings.Designer.cs
- NonValidatingSecurityTokenAuthenticator.cs
- ReflectionPermission.cs
- Model3DGroup.cs
- ApplicationContext.cs
- DocumentXmlWriter.cs
- Single.cs
- IImplicitResourceProvider.cs
- Attachment.cs
- FirewallWrapper.cs
- JournalEntryStack.cs
- DefaultIfEmptyQueryOperator.cs
- SmtpFailedRecipientsException.cs
- ActivityXRefConverter.cs
- UInt16Storage.cs
- SiteMapSection.cs
- ZipIOModeEnforcingStream.cs