Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Sys / System / Threading / SemaphoreFullException.cs / 1 / SemaphoreFullException.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: SemaphoreFullException ** ** =============================================================================*/ namespace System.Threading { using System; using System.Runtime.Serialization; using System.Runtime.InteropServices; [Serializable()] [ComVisibleAttribute(false)] public class SemaphoreFullException : SystemException { public SemaphoreFullException() : base(SR.GetString(SR.Threading_SemaphoreFullException)){ } public SemaphoreFullException(String message) : base(message) { } public SemaphoreFullException(String message, Exception innerException) : base(message, innerException) { } protected SemaphoreFullException(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. // // ==--== /*============================================================================== ** ** Class: SemaphoreFullException ** ** =============================================================================*/ namespace System.Threading { using System; using System.Runtime.Serialization; using System.Runtime.InteropServices; [Serializable()] [ComVisibleAttribute(false)] public class SemaphoreFullException : SystemException { public SemaphoreFullException() : base(SR.GetString(SR.Threading_SemaphoreFullException)){ } public SemaphoreFullException(String message) : base(message) { } public SemaphoreFullException(String message, Exception innerException) : base(message, innerException) { } protected SemaphoreFullException(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
- FrugalMap.cs
- SoapSchemaMember.cs
- DataColumnPropertyDescriptor.cs
- DataSourceSelectArguments.cs
- HashCodeCombiner.cs
- XmlSchemaType.cs
- Baml6ConstructorInfo.cs
- AttributeEmitter.cs
- MachineKeyValidationConverter.cs
- ServiceDefaults.cs
- GlobalProxySelection.cs
- ContentTextAutomationPeer.cs
- CodeExpressionCollection.cs
- ScriptIgnoreAttribute.cs
- BamlCollectionHolder.cs
- SynchronizationLockException.cs
- StopRoutingHandler.cs
- QualifierSet.cs
- Mapping.cs
- ProviderCommandInfoUtils.cs
- ValidationErrorCollection.cs
- SmiEventSink_DeferedProcessing.cs
- ConstraintEnumerator.cs
- ApplicationSecurityManager.cs
- mactripleDES.cs
- PointKeyFrameCollection.cs
- ISSmlParser.cs
- SerialPinChanges.cs
- TemplateNameScope.cs
- GridItemPattern.cs
- AccessControlEntry.cs
- PerformanceCounterPermission.cs
- KnownTypesHelper.cs
- PageContentCollection.cs
- SqlNodeAnnotations.cs
- VariableElement.cs
- XmlNodeChangedEventManager.cs
- XmlDataSourceNodeDescriptor.cs
- DataSourceViewSchemaConverter.cs
- Transform3D.cs
- Vector3dCollection.cs
- CompiledXpathExpr.cs
- AbstractSvcMapFileLoader.cs
- UrlParameterReader.cs
- DebugView.cs
- XmlDeclaration.cs
- Events.cs
- FontFamilyConverter.cs
- DiscoveryEndpoint.cs
- XmlLinkedNode.cs
- ConvertersCollection.cs
- InstanceDataCollectionCollection.cs
- DataControlLinkButton.cs
- ResourceAttributes.cs
- SqlDataSourceCommandEventArgs.cs
- DataGridGeneralPage.cs
- CacheAxisQuery.cs
- PropertyValueUIItem.cs
- VersionedStream.cs
- RightsManagementEncryptedStream.cs
- RemotingConfigParser.cs
- MediaTimeline.cs
- ListBase.cs
- InvalidCastException.cs
- precedingquery.cs
- XmlElementAttributes.cs
- UnknownBitmapDecoder.cs
- CellNormalizer.cs
- CollectionAdapters.cs
- WebPartUserCapability.cs
- List.cs
- objectresult_tresulttype.cs
- RawUIStateInputReport.cs
- CapabilitiesRule.cs
- GroupBox.cs
- IDReferencePropertyAttribute.cs
- XmlArrayItemAttributes.cs
- ComponentDispatcherThread.cs
- StreamWriter.cs
- ObjectDataSourceStatusEventArgs.cs
- HWStack.cs
- BindingMAnagerBase.cs
- ForeignConstraint.cs
- XmlBindingWorker.cs
- Zone.cs
- SpeechRecognitionEngine.cs
- MenuStrip.cs
- ToolboxBitmapAttribute.cs
- ToolCreatedEventArgs.cs
- SchemaImporter.cs
- MatrixTransform3D.cs
- DetailsViewDesigner.cs
- SchemaImporterExtensionElementCollection.cs
- QilScopedVisitor.cs
- IPEndPoint.cs
- Latin1Encoding.cs
- OciLobLocator.cs
- DbProviderConfigurationHandler.cs
- UpdateProgress.cs
- RuntimeWrappedException.cs