Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Threading / SemaphoreFullException.cs / 1305376 / 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)]
[System.Runtime.CompilerServices.TypeForwardedFrom("System, Version=2.0.0.0, Culture=Neutral, PublicKeyToken=b77a5c561934e089")]
public class SemaphoreFullException : SystemException {
public SemaphoreFullException() : base(Environment.GetResourceString("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
- FlowDocumentPaginator.cs
- ParameterModifier.cs
- ControlParameter.cs
- ValuePattern.cs
- SqlParameterCollection.cs
- HttpProtocolImporter.cs
- CultureInfo.cs
- FlowLayoutSettings.cs
- sortedlist.cs
- HttpCapabilitiesBase.cs
- PageCodeDomTreeGenerator.cs
- Vector3DKeyFrameCollection.cs
- XmlSubtreeReader.cs
- DataGridItemEventArgs.cs
- LoginView.cs
- WsdlBuildProvider.cs
- EntitySetBaseCollection.cs
- CfgParser.cs
- HttpServerProtocol.cs
- RepeaterItemCollection.cs
- VSWCFServiceContractGenerator.cs
- PowerModeChangedEventArgs.cs
- WebProxyScriptElement.cs
- MetadataCollection.cs
- TextBoxDesigner.cs
- ConfigurationElementCollection.cs
- StringToken.cs
- NoneExcludedImageIndexConverter.cs
- WhitespaceRule.cs
- ColumnWidthChangingEvent.cs
- UpdateManifestForBrowserApplication.cs
- TextFormatterImp.cs
- OdbcError.cs
- SchemaObjectWriter.cs
- SemaphoreFullException.cs
- DesignerOptionService.cs
- AnnotationResourceCollection.cs
- InstallHelper.cs
- XmlSerializerNamespaces.cs
- GroupItemAutomationPeer.cs
- PassportAuthentication.cs
- ChangeInterceptorAttribute.cs
- BevelBitmapEffect.cs
- ZipIOModeEnforcingStream.cs
- PropertyConverter.cs
- StylusLogic.cs
- ReferentialConstraint.cs
- GeometryCollection.cs
- SiteMapDesignerDataSourceView.cs
- InheritedPropertyDescriptor.cs
- QilLoop.cs
- InitializingNewItemEventArgs.cs
- _AutoWebProxyScriptEngine.cs
- ObjectDataSourceChooseMethodsPanel.cs
- PathGradientBrush.cs
- COM2PictureConverter.cs
- FontFamilyIdentifier.cs
- FormsAuthenticationUser.cs
- ActiveDesignSurfaceEvent.cs
- Util.cs
- Attributes.cs
- DataListDesigner.cs
- AvTraceFormat.cs
- LayoutTableCell.cs
- IndicCharClassifier.cs
- RuntimeHandles.cs
- DataGridViewRowHeaderCell.cs
- COM2IProvidePropertyBuilderHandler.cs
- TextDecorationUnitValidation.cs
- RowToParametersTransformer.cs
- ResourcesBuildProvider.cs
- ToolStripSystemRenderer.cs
- HashMembershipCondition.cs
- ProcessInfo.cs
- sqlcontext.cs
- HierarchicalDataSourceIDConverter.cs
- DocumentGrid.cs
- HierarchicalDataBoundControl.cs
- JavaScriptObjectDeserializer.cs
- RuntimeVariablesExpression.cs
- Baml2006KnownTypes.cs
- NameNode.cs
- SequentialUshortCollection.cs
- SkewTransform.cs
- WCFBuildProvider.cs
- UICuesEvent.cs
- RequestTimeoutManager.cs
- unitconverter.cs
- NavigationHelper.cs
- MethodCallTranslator.cs
- SystemTcpStatistics.cs
- XmlDeclaration.cs
- FormViewDeletedEventArgs.cs
- IItemProperties.cs
- ClientTarget.cs
- SQLGuidStorage.cs
- MetaModel.cs
- Bookmark.cs
- X509Certificate2.cs
- TemplateComponentConnector.cs