Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- _SSPIWrapper.cs
- Contracts.cs
- IDataContractSurrogate.cs
- XmlAnyElementAttribute.cs
- ConfigurationSchemaErrors.cs
- x509store.cs
- Transform.cs
- ConfigXmlDocument.cs
- ProcessRequestArgs.cs
- Line.cs
- VersionValidator.cs
- ListenerAdapterBase.cs
- HtmlInputRadioButton.cs
- ChtmlMobileTextWriter.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- RowToFieldTransformer.cs
- UserNamePasswordValidator.cs
- BinaryMessageEncodingBindingElement.cs
- CodeMethodInvokeExpression.cs
- VoiceSynthesis.cs
- LayoutSettings.cs
- ExpressionVisitorHelpers.cs
- GeneralTransform3D.cs
- TextTreeDeleteContentUndoUnit.cs
- RC2.cs
- FormViewDeletedEventArgs.cs
- HttpModuleAction.cs
- DefaultObjectMappingItemCollection.cs
- DesignerActionListCollection.cs
- GatewayDefinition.cs
- SecurityValidationBehavior.cs
- ColumnHeaderConverter.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- ConnectionManagementElement.cs
- Predicate.cs
- HtmlInputImage.cs
- RectangleF.cs
- ControlParameter.cs
- UnsafeNativeMethods.cs
- MenuAutomationPeer.cs
- AppDomainGrammarProxy.cs
- PropagatorResult.cs
- EventToken.cs
- Transform.cs
- WebPartConnectionsCancelVerb.cs
- SettingsPropertyValueCollection.cs
- TableLayoutRowStyleCollection.cs
- GridViewRow.cs
- MessageBox.cs
- Literal.cs
- SqlTransaction.cs
- XmlSchemaObjectTable.cs
- SwitchLevelAttribute.cs
- PreviewKeyDownEventArgs.cs
- ImageList.cs
- ConnectionsZone.cs
- ApplicationBuildProvider.cs
- MemberCollection.cs
- ProgressBar.cs
- DataGridItem.cs
- SharedStatics.cs
- DynamicAttribute.cs
- KnownBoxes.cs
- PrintingPermissionAttribute.cs
- DependencyObjectProvider.cs
- ReaderContextStackData.cs
- CompoundFileIOPermission.cs
- StorageAssociationSetMapping.cs
- MediaElement.cs
- XmlSchemaChoice.cs
- CustomAttribute.cs
- ContentOperations.cs
- Encoder.cs
- ClrProviderManifest.cs
- PropertyGridCommands.cs
- ListView.cs
- Vector3DValueSerializer.cs
- AgileSafeNativeMemoryHandle.cs
- BamlLocalizableResource.cs
- XmlnsCompatibleWithAttribute.cs
- Stacktrace.cs
- EditorPartCollection.cs
- Panel.cs
- PersonalizablePropertyEntry.cs
- XmlSecureResolver.cs
- DesignerUtils.cs
- ContentType.cs
- InfiniteIntConverter.cs
- EventTrigger.cs
- SqlHelper.cs
- XmlElementCollection.cs
- XMLSyntaxException.cs
- NativeRecognizer.cs
- WinInetCache.cs
- AssociatedControlConverter.cs
- SponsorHelper.cs
- BuildProvidersCompiler.cs
- OleDbConnectionFactory.cs
- Drawing.cs
- TransformerInfoCollection.cs